7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/events/CloudWatchEvents_EXPORTS.h>
19namespace CloudWatchEvents {
48 template <
typename TypeT = Aws::String>
50 m_typeHasBeenSet =
true;
51 m_type = std::forward<TypeT>(value);
53 template <
typename TypeT = Aws::String>
55 SetType(std::forward<TypeT>(value));
67 template <
typename KeyT = Aws::String>
69 m_keyHasBeenSet =
true;
70 m_key = std::forward<KeyT>(value);
72 template <
typename KeyT = Aws::String>
74 SetKey(std::forward<KeyT>(value));
86 template <
typename ValueT = Aws::String>
88 m_valueHasBeenSet =
true;
89 m_value = std::forward<ValueT>(value);
91 template <
typename ValueT = Aws::String>
93 SetValue(std::forward<ValueT>(value));
103 bool m_typeHasBeenSet =
false;
104 bool m_keyHasBeenSet =
false;
105 bool m_valueHasBeenSet =
false;
Condition & WithKey(KeyT &&value)
AWS_CLOUDWATCHEVENTS_API Condition & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
Condition & WithType(TypeT &&value)
void SetKey(KeyT &&value)
AWS_CLOUDWATCHEVENTS_API Condition(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(TypeT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
void SetValue(ValueT &&value)
bool KeyHasBeenSet() const
Condition & WithValue(ValueT &&value)
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
AWS_CLOUDWATCHEVENTS_API Condition()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue