7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvents
54 template<
typename TypeT = Aws::String>
55 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
56 template<
typename TypeT = Aws::String>
67 template<
typename KeyT = Aws::String>
68 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
69 template<
typename KeyT = Aws::String>
80 template<
typename ValueT = Aws::String>
81 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
82 template<
typename ValueT = Aws::String>
88 bool m_typeHasBeenSet =
false;
91 bool m_keyHasBeenSet =
false;
94 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