7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/opensearch/model/PropertyValueType.h>
22namespace OpenSearchService
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>
95 bool m_nameHasBeenSet =
false;
98 bool m_activeValueHasBeenSet =
false;
101 bool m_pendingValueHasBeenSet =
false;
104 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