7#include <aws/opensearch/OpenSearchService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace OpenSearchService
49 inline void SetPropertyName(
const char* value) { m_propertyNameHasBeenSet =
true; m_propertyName.assign(value); }
64 inline void SetCancelledValue(
const char* value) { m_cancelledValueHasBeenSet =
true; m_cancelledValue.assign(value); }
78 inline void SetActiveValue(
const char* value) { m_activeValueHasBeenSet =
true; m_activeValue.assign(value); }
86 bool m_propertyNameHasBeenSet =
false;
89 bool m_cancelledValueHasBeenSet =
false;
92 bool m_activeValueHasBeenSet =
false;
CancelledChangeProperty & WithCancelledValue(const Aws::String &value)
CancelledChangeProperty & WithCancelledValue(Aws::String &&value)
CancelledChangeProperty & WithPropertyName(Aws::String &&value)
void SetActiveValue(const char *value)
const Aws::String & GetCancelledValue() const
CancelledChangeProperty & WithCancelledValue(const char *value)
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
CancelledChangeProperty & WithPropertyName(const char *value)
bool CancelledValueHasBeenSet() const
void SetPropertyName(const Aws::String &value)
const Aws::String & GetPropertyName() const
void SetCancelledValue(Aws::String &&value)
bool PropertyNameHasBeenSet() const
void SetPropertyName(Aws::String &&value)
CancelledChangeProperty & WithActiveValue(const Aws::String &value)
CancelledChangeProperty & WithPropertyName(const Aws::String &value)
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty()
CancelledChangeProperty & WithActiveValue(const char *value)
AWS_OPENSEARCHSERVICE_API CancelledChangeProperty(Aws::Utils::Json::JsonView jsonValue)
bool ActiveValueHasBeenSet() const
void SetActiveValue(Aws::String &&value)
void SetCancelledValue(const char *value)
CancelledChangeProperty & WithActiveValue(Aws::String &&value)
void SetActiveValue(const Aws::String &value)
const Aws::String & GetActiveValue() const
AWS_OPENSEARCHSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPropertyName(const char *value)
void SetCancelledValue(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue