7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/es/ElasticsearchService_EXPORTS.h>
19namespace ElasticsearchService {
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;
CancelledChangeProperty & WithPropertyName(PropertyNameT &&value)
bool PropertyNameHasBeenSet() const
const Aws::String & GetActiveValue() const
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CancelledValueHasBeenSet() const
CancelledChangeProperty & WithActiveValue(ActiveValueT &&value)
const Aws::String & GetCancelledValue() const
AWS_ELASTICSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty(Aws::Utils::Json::JsonView jsonValue)
void SetCancelledValue(CancelledValueT &&value)
void SetActiveValue(ActiveValueT &&value)
const Aws::String & GetPropertyName() const
bool ActiveValueHasBeenSet() const
AWS_ELASTICSEARCHSERVICE_API CancelledChangeProperty()=default
CancelledChangeProperty & WithCancelledValue(CancelledValueT &&value)
void SetPropertyName(PropertyNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue