7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/GlossaryStatus.h>
12#include <aws/core/utils/UUID.h>
46 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
61 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
76 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
90 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
104 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
125 bool m_clientTokenHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
131 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_identifierHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
UpdateGlossaryRequest & WithClientToken(const char *value)
bool DomainIdentifierHasBeenSet() const
void SetDescription(const Aws::String &value)
void SetName(const char *value)
void SetClientToken(const char *value)
const Aws::String & GetName() const
const Aws::String & GetIdentifier() const
UpdateGlossaryRequest & WithStatus(const GlossaryStatus &value)
bool ClientTokenHasBeenSet() const
void SetDomainIdentifier(Aws::String &&value)
bool IdentifierHasBeenSet() const
UpdateGlossaryRequest & WithClientToken(const Aws::String &value)
void SetName(const Aws::String &value)
UpdateGlossaryRequest & WithClientToken(Aws::String &&value)
UpdateGlossaryRequest & WithDomainIdentifier(Aws::String &&value)
UpdateGlossaryRequest & WithIdentifier(const char *value)
void SetClientToken(Aws::String &&value)
void SetIdentifier(const Aws::String &value)
UpdateGlossaryRequest & WithDescription(const Aws::String &value)
const GlossaryStatus & GetStatus() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDomainIdentifier(const Aws::String &value)
bool NameHasBeenSet() const
UpdateGlossaryRequest & WithName(Aws::String &&value)
void SetDomainIdentifier(const char *value)
UpdateGlossaryRequest & WithDomainIdentifier(const Aws::String &value)
AWS_DATAZONE_API UpdateGlossaryRequest()
void SetClientToken(const Aws::String &value)
void SetName(Aws::String &&value)
void SetIdentifier(const char *value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateGlossaryRequest & WithDomainIdentifier(const char *value)
void SetStatus(GlossaryStatus &&value)
const Aws::String & GetClientToken() const
void SetDescription(const char *value)
UpdateGlossaryRequest & WithIdentifier(const Aws::String &value)
UpdateGlossaryRequest & WithDescription(const char *value)
UpdateGlossaryRequest & WithDescription(Aws::String &&value)
UpdateGlossaryRequest & WithIdentifier(Aws::String &&value)
UpdateGlossaryRequest & WithName(const Aws::String &value)
bool StatusHasBeenSet() const
UpdateGlossaryRequest & WithName(const char *value)
UpdateGlossaryRequest & WithStatus(GlossaryStatus &&value)
void SetStatus(const GlossaryStatus &value)
const Aws::String & GetDomainIdentifier() const
void SetDescription(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
const Aws::String & GetDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String