7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
19namespace EventBridge {
49 template <
typename TypeT = Aws::String>
51 m_typeHasBeenSet =
true;
52 m_type = std::forward<TypeT>(value);
54 template <
typename TypeT = Aws::String>
56 SetType(std::forward<TypeT>(value));
68 template <
typename KeyT = Aws::String>
70 m_keyHasBeenSet =
true;
71 m_key = std::forward<KeyT>(value);
73 template <
typename KeyT = Aws::String>
75 SetKey(std::forward<KeyT>(value));
87 template <
typename ValueT = Aws::String>
89 m_valueHasBeenSet =
true;
90 m_value = std::forward<ValueT>(value);
92 template <
typename ValueT = Aws::String>
94 SetValue(std::forward<ValueT>(value));
104 bool m_typeHasBeenSet =
false;
105 bool m_keyHasBeenSet =
false;
106 bool m_valueHasBeenSet =
false;
bool TypeHasBeenSet() const
const Aws::String & GetKey() const
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
Condition & WithValue(ValueT &&value)
AWS_EVENTBRIDGE_API Condition(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
void SetKey(KeyT &&value)
const Aws::String & GetType() const
AWS_EVENTBRIDGE_API Condition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
void SetValue(ValueT &&value)
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
Condition & WithType(TypeT &&value)
AWS_EVENTBRIDGE_API Condition()=default
Condition & WithKey(KeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue