7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/opensearch/OpenSearchService_EXPORTS.h>
19namespace OpenSearchService {
41 template <
typename PropertyNameT = Aws::String>
43 m_propertyNameHasBeenSet =
true;
44 m_propertyName = std::forward<PropertyNameT>(value);
46 template <
typename PropertyNameT = Aws::String>
60 template <
typename CancelledValueT = Aws::String>
62 m_cancelledValueHasBeenSet =
true;
63 m_cancelledValue = std::forward<CancelledValueT>(value);
65 template <
typename CancelledValueT = Aws::String>
78 template <
typename ActiveValueT = Aws::String>
80 m_activeValueHasBeenSet =
true;
81 m_activeValue = std::forward<ActiveValueT>(value);
83 template <
typename ActiveValueT = Aws::String>
95 bool m_propertyNameHasBeenSet =
false;
96 bool m_cancelledValueHasBeenSet =
false;
97 bool m_activeValueHasBeenSet =
false;
const Aws::String & GetCancelledValue() const
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCancelledValue(CancelledValueT &&value)
bool CancelledValueHasBeenSet() const
const Aws::String & GetPropertyName() const
void SetActiveValue(ActiveValueT &&value)
bool PropertyNameHasBeenSet() const
CancelledChangeProperty & WithPropertyName(PropertyNameT &&value)
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty()=default
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty(Aws::Utils::Json::JsonView jsonValue)
bool ActiveValueHasBeenSet() const
CancelledChangeProperty & WithCancelledValue(CancelledValueT &&value)
CancelledChangeProperty & WithActiveValue(ActiveValueT &&value)
const Aws::String & GetActiveValue() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyName(PropertyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue