7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename TypeT = Aws::String>
56 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
57 template<
typename TypeT = Aws::String>
68 template<
typename KeyT = Aws::String>
69 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
70 template<
typename KeyT = Aws::String>
81 template<
typename ValueT = Aws::String>
82 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
83 template<
typename ValueT = Aws::String>
89 bool m_typeHasBeenSet =
false;
92 bool m_keyHasBeenSet =
false;
95 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