7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
9#include <aws/es/model/PropertyValueType.h>
20namespace ElasticsearchService {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ActiveValueT = Aws::String>
62 m_activeValueHasBeenSet =
true;
63 m_activeValue = std::forward<ActiveValueT>(value);
65 template <
typename ActiveValueT = Aws::String>
79 template <
typename PendingValueT = Aws::String>
81 m_pendingValueHasBeenSet =
true;
82 m_pendingValue = std::forward<PendingValueT>(value);
84 template <
typename PendingValueT = Aws::String>
101 m_valueTypeHasBeenSet =
true;
117 bool m_nameHasBeenSet =
false;
118 bool m_activeValueHasBeenSet =
false;
119 bool m_pendingValueHasBeenSet =
false;
120 bool m_valueTypeHasBeenSet =
false;
AWS_ELASTICSEARCHSERVICE_API ModifyingProperties()=default
PropertyValueType GetValueType() const
bool ValueTypeHasBeenSet() const
bool NameHasBeenSet() const
void SetActiveValue(ActiveValueT &&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)
void SetValueType(PropertyValueType value)
ModifyingProperties & WithName(NameT &&value)
void SetName(NameT &&value)
bool PendingValueHasBeenSet() const
const Aws::String & GetName() const
AWS_ELASTICSEARCHSERVICE_API ModifyingProperties(Aws::Utils::Json::JsonView jsonValue)
ModifyingProperties & WithValueType(PropertyValueType value)
bool ActiveValueHasBeenSet() const
const Aws::String & GetActiveValue() const
ModifyingProperties & WithActiveValue(ActiveValueT &&value)
ModifyingProperties & WithPendingValue(PendingValueT &&value)
void SetPendingValue(PendingValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue