7#include <aws/events/CloudWatchEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CloudWatchEvents
56 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
70 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
71 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
86 inline void SetValue(
const char* value) { m_valueHasBeenSet =
true; m_value.assign(value); }
94 bool m_typeHasBeenSet =
false;
97 bool m_keyHasBeenSet =
false;
100 bool m_valueHasBeenSet =
false;
Condition & WithValue(const char *value)
AWS_CLOUDWATCHEVENTS_API Condition & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetKey() const
void SetKey(const char *value)
AWS_CLOUDWATCHEVENTS_API Condition()
AWS_CLOUDWATCHEVENTS_API Condition(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
Condition & WithKey(const Aws::String &value)
void SetType(const char *value)
void SetKey(Aws::String &&value)
const Aws::String & GetType() const
Condition & WithValue(Aws::String &&value)
bool KeyHasBeenSet() const
Condition & WithKey(Aws::String &&value)
void SetType(const Aws::String &value)
void SetValue(const char *value)
Condition & WithKey(const char *value)
void SetType(Aws::String &&value)
bool ValueHasBeenSet() const
const Aws::String & GetValue() const
void SetValue(Aws::String &&value)
Condition & WithType(const Aws::String &value)
Condition & WithType(const char *value)
Condition & WithValue(const Aws::String &value)
void SetValue(const Aws::String &value)
void SetKey(const Aws::String &value)
Condition & WithType(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue