7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
50 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
64 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
76 inline void SetIsValueSecret(
bool value) { m_isValueSecretHasBeenSet =
true; m_isValueSecret = value; }
82 bool m_keyHasBeenSet =
false;
85 bool m_valueHasBeenSet =
false;
88 bool m_isValueSecretHasBeenSet =
false;
void SetKey(Aws::String &&value)
AWS_EVENTBRIDGE_API ConnectionBodyParameter(Aws::Utils::Json::JsonView jsonValue)
ConnectionBodyParameter & WithKey(const char *value)
bool GetIsValueSecret() const
ConnectionBodyParameter & WithKey(const Aws::String &value)
void SetIsValueSecret(bool value)
ConnectionBodyParameter & WithValue(const char *value)
void SetKey(const char *value)
void SetKey(const Aws::String &value)
bool ValueHasBeenSet() const
ConnectionBodyParameter & WithKey(Aws::String &&value)
void SetValue(Aws::String &&value)
AWS_EVENTBRIDGE_API ConnectionBodyParameter()
AWS_EVENTBRIDGE_API ConnectionBodyParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectionBodyParameter & WithValue(const Aws::String &value)
void SetValue(const Aws::String &value)
ConnectionBodyParameter & WithValue(Aws::String &&value)
void SetValue(const char *value)
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