7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
9#include <aws/opensearch/model/PropertyValueType.h>
20namespace OpenSearchService {
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>
102 m_valueTypeHasBeenSet =
true;
118 bool m_nameHasBeenSet =
false;
119 bool m_activeValueHasBeenSet =
false;
120 bool m_pendingValueHasBeenSet =
false;
121 bool m_valueTypeHasBeenSet =
false;
PropertyValueType GetValueType() const
ModifyingProperties & WithValueType(PropertyValueType value)
ModifyingProperties & WithActiveValue(ActiveValueT &&value)
void SetPendingValue(PendingValueT &&value)
const Aws::String & GetActiveValue() const
const Aws::String & GetPendingValue() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ModifyingProperties & WithPendingValue(PendingValueT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_OPENSEARCHSERVICE_API ModifyingProperties(Aws::Utils::Json::JsonView jsonValue)
void SetValueType(PropertyValueType value)
AWS_OPENSEARCHSERVICE_API ModifyingProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OPENSEARCHSERVICE_API ModifyingProperties()=default
bool ValueTypeHasBeenSet() const
bool ActiveValueHasBeenSet() const
void SetActiveValue(ActiveValueT &&value)
const Aws::String & GetName() const
ModifyingProperties & WithName(NameT &&value)
bool PendingValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue