7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/es/model/PropertyValueType.h>
22namespace ElasticsearchService
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetActiveValue(
const char* value) { m_activeValueHasBeenSet =
true; m_activeValue.assign(value); }
79 inline void SetPendingValue(
const char* value) { m_pendingValueHasBeenSet =
true; m_pendingValue.assign(value); }
102 bool m_nameHasBeenSet =
false;
105 bool m_activeValueHasBeenSet =
false;
108 bool m_pendingValueHasBeenSet =
false;
111 bool m_valueTypeHasBeenSet =
false;
bool ValueTypeHasBeenSet() const
void SetName(const Aws::String &value)
ModifyingProperties & WithActiveValue(const Aws::String &value)
ModifyingProperties & WithValueType(PropertyValueType &&value)
bool NameHasBeenSet() const
ModifyingProperties & WithPendingValue(const char *value)
const Aws::String & GetPendingValue() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API ModifyingProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ELASTICSEARCHSERVICE_API ModifyingProperties()
void SetName(const char *value)
void SetActiveValue(const Aws::String &value)
ModifyingProperties & WithName(Aws::String &&value)
ModifyingProperties & WithActiveValue(Aws::String &&value)
bool PendingValueHasBeenSet() const
const PropertyValueType & GetValueType() const
ModifyingProperties & WithPendingValue(Aws::String &&value)
void SetActiveValue(const char *value)
const Aws::String & GetName() const
ModifyingProperties & WithPendingValue(const Aws::String &value)
AWS_ELASTICSEARCHSERVICE_API ModifyingProperties(Aws::Utils::Json::JsonView jsonValue)
void SetActiveValue(Aws::String &&value)
bool ActiveValueHasBeenSet() const
void SetPendingValue(const char *value)
void SetValueType(PropertyValueType &&value)
const Aws::String & GetActiveValue() const
void SetName(Aws::String &&value)
ModifyingProperties & WithValueType(const PropertyValueType &value)
void SetPendingValue(Aws::String &&value)
ModifyingProperties & WithName(const Aws::String &value)
void SetValueType(const PropertyValueType &value)
ModifyingProperties & WithName(const char *value)
void SetPendingValue(const Aws::String &value)
ModifyingProperties & WithActiveValue(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue