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/GlossaryTermStatus.h>
11#include <aws/datazone/model/TermRelations.h>
46 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
60 inline void SetGlossaryIdentifier(
const char* value) { m_glossaryIdentifierHasBeenSet =
true; m_glossaryIdentifier.assign(value); }
74 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
89 inline void SetLongDescription(
const char* value) { m_longDescriptionHasBeenSet =
true; m_longDescription.assign(value); }
104 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
119 inline void SetShortDescription(
const char* value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription.assign(value); }
153 bool m_domainIdentifierHasBeenSet =
false;
156 bool m_glossaryIdentifierHasBeenSet =
false;
159 bool m_identifierHasBeenSet =
false;
162 bool m_longDescriptionHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_shortDescriptionHasBeenSet =
false;
171 bool m_statusHasBeenSet =
false;
174 bool m_termRelationsHasBeenSet =
false;
UpdateGlossaryTermRequest & WithName(const Aws::String &value)
UpdateGlossaryTermRequest & WithName(Aws::String &&value)
bool DomainIdentifierHasBeenSet() const
UpdateGlossaryTermRequest & WithShortDescription(const char *value)
UpdateGlossaryTermRequest & WithDomainIdentifier(const char *value)
UpdateGlossaryTermRequest & WithIdentifier(const Aws::String &value)
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API UpdateGlossaryTermRequest()
UpdateGlossaryTermRequest & WithName(const char *value)
UpdateGlossaryTermRequest & WithTermRelations(const TermRelations &value)
UpdateGlossaryTermRequest & WithGlossaryIdentifier(Aws::String &&value)
void SetIdentifier(const Aws::String &value)
UpdateGlossaryTermRequest & WithTermRelations(TermRelations &&value)
UpdateGlossaryTermRequest & WithGlossaryIdentifier(const char *value)
const Aws::String & GetIdentifier() const
void SetStatus(const GlossaryTermStatus &value)
const Aws::String & GetLongDescription() const
UpdateGlossaryTermRequest & WithLongDescription(const char *value)
UpdateGlossaryTermRequest & WithDomainIdentifier(const Aws::String &value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(const Aws::String &value)
void SetTermRelations(TermRelations &&value)
bool StatusHasBeenSet() const
bool LongDescriptionHasBeenSet() const
void SetGlossaryIdentifier(const char *value)
void SetLongDescription(const char *value)
void SetLongDescription(const Aws::String &value)
void SetName(Aws::String &&value)
void SetGlossaryIdentifier(Aws::String &&value)
const Aws::String & GetShortDescription() const
void SetName(const char *value)
bool GlossaryIdentifierHasBeenSet() const
bool ShortDescriptionHasBeenSet() const
const Aws::String & GetGlossaryIdentifier() const
const Aws::String & GetDomainIdentifier() const
UpdateGlossaryTermRequest & WithIdentifier(const char *value)
bool TermRelationsHasBeenSet() const
UpdateGlossaryTermRequest & WithStatus(GlossaryTermStatus &&value)
void SetLongDescription(Aws::String &&value)
void SetIdentifier(Aws::String &&value)
void SetName(const Aws::String &value)
UpdateGlossaryTermRequest & WithLongDescription(Aws::String &&value)
void SetGlossaryIdentifier(const Aws::String &value)
bool IdentifierHasBeenSet() const
UpdateGlossaryTermRequest & WithIdentifier(Aws::String &&value)
void SetTermRelations(const TermRelations &value)
void SetDomainIdentifier(Aws::String &&value)
void SetShortDescription(Aws::String &&value)
const GlossaryTermStatus & GetStatus() const
void SetDomainIdentifier(const char *value)
void SetShortDescription(const char *value)
const TermRelations & GetTermRelations() const
void SetShortDescription(const Aws::String &value)
UpdateGlossaryTermRequest & WithDomainIdentifier(Aws::String &&value)
UpdateGlossaryTermRequest & WithShortDescription(const Aws::String &value)
UpdateGlossaryTermRequest & WithShortDescription(Aws::String &&value)
void SetIdentifier(const char *value)
UpdateGlossaryTermRequest & WithLongDescription(const Aws::String &value)
UpdateGlossaryTermRequest & WithStatus(const GlossaryTermStatus &value)
const Aws::String & GetName() const
UpdateGlossaryTermRequest & WithGlossaryIdentifier(const Aws::String &value)
void SetStatus(GlossaryTermStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String