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
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ActiveValueT = Aws::String>
61 void SetActiveValue(ActiveValueT&& value) { m_activeValueHasBeenSet =
true; m_activeValue = std::forward<ActiveValueT>(value); }
62 template<
typename ActiveValueT = Aws::String>
73 template<
typename PendingValueT = Aws::String>
74 void SetPendingValue(PendingValueT&& value) { m_pendingValueHasBeenSet =
true; m_pendingValue = std::forward<PendingValueT>(value); }
75 template<
typename PendingValueT = Aws::String>
94 bool m_nameHasBeenSet =
false;
97 bool m_activeValueHasBeenSet =
false;
100 bool m_pendingValueHasBeenSet =
false;
103 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