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>
13#include <aws/core/utils/UUID.h>
47 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
62 inline void SetDomainIdentifier(
const char* value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier.assign(value); }
76 inline void SetGlossaryIdentifier(
const char* value) { m_glossaryIdentifierHasBeenSet =
true; m_glossaryIdentifier.assign(value); }
90 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); }
118 inline void SetShortDescription(
const char* value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription.assign(value); }
150 bool m_clientTokenHasBeenSet =
false;
153 bool m_domainIdentifierHasBeenSet =
false;
156 bool m_glossaryIdentifierHasBeenSet =
false;
159 bool m_longDescriptionHasBeenSet =
false;
162 bool m_nameHasBeenSet =
false;
165 bool m_shortDescriptionHasBeenSet =
false;
168 bool m_statusHasBeenSet =
false;
171 bool m_termRelationsHasBeenSet =
false;
void SetShortDescription(const Aws::String &value)
CreateGlossaryTermRequest & WithTermRelations(TermRelations &&value)
CreateGlossaryTermRequest & WithGlossaryIdentifier(const char *value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool TermRelationsHasBeenSet() const
void SetGlossaryIdentifier(const Aws::String &value)
void SetShortDescription(const char *value)
CreateGlossaryTermRequest & WithClientToken(Aws::String &&value)
void SetLongDescription(const char *value)
void SetDomainIdentifier(Aws::String &&value)
bool ShortDescriptionHasBeenSet() const
CreateGlossaryTermRequest & WithGlossaryIdentifier(Aws::String &&value)
void SetLongDescription(Aws::String &&value)
void SetShortDescription(Aws::String &&value)
void SetStatus(const GlossaryTermStatus &value)
bool DomainIdentifierHasBeenSet() const
void SetTermRelations(const TermRelations &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLongDescription() const
bool StatusHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
const GlossaryTermStatus & GetStatus() const
void SetLongDescription(const Aws::String &value)
void SetClientToken(const Aws::String &value)
CreateGlossaryTermRequest & WithName(Aws::String &&value)
CreateGlossaryTermRequest & WithShortDescription(Aws::String &&value)
CreateGlossaryTermRequest & WithDomainIdentifier(const Aws::String &value)
CreateGlossaryTermRequest & WithClientToken(const Aws::String &value)
void SetClientToken(const char *value)
CreateGlossaryTermRequest & WithDomainIdentifier(Aws::String &&value)
CreateGlossaryTermRequest & WithShortDescription(const char *value)
void SetClientToken(Aws::String &&value)
CreateGlossaryTermRequest & WithLongDescription(const char *value)
bool GlossaryIdentifierHasBeenSet() const
bool NameHasBeenSet() const
void SetDomainIdentifier(const Aws::String &value)
CreateGlossaryTermRequest & WithLongDescription(Aws::String &&value)
CreateGlossaryTermRequest & WithGlossaryIdentifier(const Aws::String &value)
void SetTermRelations(TermRelations &&value)
CreateGlossaryTermRequest & WithName(const Aws::String &value)
void SetName(const char *value)
const Aws::String & GetShortDescription() const
CreateGlossaryTermRequest & WithName(const char *value)
CreateGlossaryTermRequest & WithTermRelations(const TermRelations &value)
void SetStatus(GlossaryTermStatus &&value)
bool ClientTokenHasBeenSet() const
void SetName(const Aws::String &value)
void SetGlossaryIdentifier(const char *value)
CreateGlossaryTermRequest & WithStatus(const GlossaryTermStatus &value)
const Aws::String & GetName() const
const TermRelations & GetTermRelations() const
const Aws::String & GetGlossaryIdentifier() const
void SetName(Aws::String &&value)
CreateGlossaryTermRequest & WithShortDescription(const Aws::String &value)
CreateGlossaryTermRequest & WithDomainIdentifier(const char *value)
CreateGlossaryTermRequest & WithStatus(GlossaryTermStatus &&value)
AWS_DATAZONE_API CreateGlossaryTermRequest()
const Aws::String & GetClientToken() const
CreateGlossaryTermRequest & WithLongDescription(const Aws::String &value)
CreateGlossaryTermRequest & WithClientToken(const char *value)
void SetGlossaryIdentifier(Aws::String &&value)
void SetDomainIdentifier(const char *value)
bool LongDescriptionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String