7#include <aws/es/ElasticsearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ElasticsearchService
47 template<
typename PropertyNameT = Aws::String>
48 void SetPropertyName(PropertyNameT&& value) { m_propertyNameHasBeenSet =
true; m_propertyName = std::forward<PropertyNameT>(value); }
49 template<
typename PropertyNameT = Aws::String>
60 template<
typename CancelledValueT = Aws::String>
61 void SetCancelledValue(CancelledValueT&& value) { m_cancelledValueHasBeenSet =
true; m_cancelledValue = std::forward<CancelledValueT>(value); }
62 template<
typename CancelledValueT = Aws::String>
72 template<
typename ActiveValueT = Aws::String>
73 void SetActiveValue(ActiveValueT&& value) { m_activeValueHasBeenSet =
true; m_activeValue = std::forward<ActiveValueT>(value); }
74 template<
typename ActiveValueT = Aws::String>
80 bool m_propertyNameHasBeenSet =
false;
83 bool m_cancelledValueHasBeenSet =
false;
86 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