7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
19namespace EventBridge {
42 template <
typename KeyT = Aws::String>
44 m_keyHasBeenSet =
true;
45 m_key = std::forward<KeyT>(value);
47 template <
typename KeyT = Aws::String>
49 SetKey(std::forward<KeyT>(value));
60 template <
typename ValueT = Aws::String>
62 m_valueHasBeenSet =
true;
63 m_value = std::forward<ValueT>(value);
65 template <
typename ValueT = Aws::String>
67 SetValue(std::forward<ValueT>(value));
79 m_isValueSecretHasBeenSet =
true;
80 m_isValueSecret = value;
92 bool m_isValueSecret{
false};
93 bool m_keyHasBeenSet =
false;
94 bool m_valueHasBeenSet =
false;
95 bool m_isValueSecretHasBeenSet =
false;
AWS_EVENTBRIDGE_API ConnectionBodyParameter(Aws::Utils::Json::JsonView jsonValue)
bool GetIsValueSecret() const
ConnectionBodyParameter & WithKey(KeyT &&value)
void SetIsValueSecret(bool value)
ConnectionBodyParameter & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
void SetKey(KeyT &&value)
AWS_EVENTBRIDGE_API ConnectionBodyParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValue(ValueT &&value)
AWS_EVENTBRIDGE_API ConnectionBodyParameter()=default
const Aws::String & GetKey() const
bool IsValueSecretHasBeenSet() const
ConnectionBodyParameter & WithIsValueSecret(bool value)
bool KeyHasBeenSet() const
const Aws::String & GetValue() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue