7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
49 inline void SetPropertyName(
const char* value) { m_propertyNameHasBeenSet =
true; m_propertyName.assign(value); }
64 inline void SetCancelledValue(
const char* value) { m_cancelledValueHasBeenSet =
true; m_cancelledValue.assign(value); }
78 inline void SetActiveValue(
const char* value) { m_activeValueHasBeenSet =
true; m_activeValue.assign(value); }
86 bool m_propertyNameHasBeenSet =
false;
89 bool m_cancelledValueHasBeenSet =
false;
92 bool m_activeValueHasBeenSet =
false;
bool PropertyNameHasBeenSet() const
const Aws::String & GetActiveValue() const
CancelledChangeProperty & WithCancelledValue(const Aws::String &value)
void SetActiveValue(const char *value)
CancelledChangeProperty & WithPropertyName(const char *value)
CancelledChangeProperty & WithActiveValue(const char *value)
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCancelledValue(const char *value)
CancelledChangeProperty & WithCancelledValue(const char *value)
bool CancelledValueHasBeenSet() const
void SetPropertyName(Aws::String &&value)
void SetPropertyName(const char *value)
CancelledChangeProperty & WithPropertyName(const Aws::String &value)
CancelledChangeProperty & WithPropertyName(Aws::String &&value)
void SetCancelledValue(const Aws::String &value)
CancelledChangeProperty & WithCancelledValue(Aws::String &&value)
void SetActiveValue(Aws::String &&value)
const Aws::String & GetCancelledValue() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty()
const Aws::String & GetPropertyName() const
CancelledChangeProperty & WithActiveValue(Aws::String &&value)
void SetCancelledValue(Aws::String &&value)
bool ActiveValueHasBeenSet() const
void SetActiveValue(const Aws::String &value)
CancelledChangeProperty & WithActiveValue(const Aws::String &value)
void SetPropertyName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue