7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename KeyT = Aws::String>
50 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
51 template<
typename KeyT = Aws::String>
61 template<
typename ValueT = Aws::String>
62 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
63 template<
typename ValueT = Aws::String>
73 inline void SetIsValueSecret(
bool value) { m_isValueSecretHasBeenSet =
true; m_isValueSecret = value; }
79 bool m_keyHasBeenSet =
false;
82 bool m_valueHasBeenSet =
false;
84 bool m_isValueSecret{
false};
85 bool m_isValueSecretHasBeenSet =
false;
void SetValue(ValueT &&value)
bool ValueHasBeenSet() const
AWS_EVENTBRIDGE_API ConnectionQueryStringParameter()=default
const Aws::String & GetKey() const
const Aws::String & GetValue() const
void SetKey(KeyT &&value)
AWS_EVENTBRIDGE_API ConnectionQueryStringParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
ConnectionQueryStringParameter & WithValue(ValueT &&value)
bool GetIsValueSecret() const
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIsValueSecret(bool value)
ConnectionQueryStringParameter & WithIsValueSecret(bool value)
bool KeyHasBeenSet() const
ConnectionQueryStringParameter & WithKey(KeyT &&value)
AWS_EVENTBRIDGE_API ConnectionQueryStringParameter(Aws::Utils::Json::JsonView jsonValue)
bool IsValueSecretHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue