7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
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;
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