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>
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
58 template<
typename DomainIdentifierT = Aws::String>
59 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
60 template<
typename DomainIdentifierT = Aws::String>
70 template<
typename GlossaryIdentifierT = Aws::String>
71 void SetGlossaryIdentifier(GlossaryIdentifierT&& value) { m_glossaryIdentifierHasBeenSet =
true; m_glossaryIdentifier = std::forward<GlossaryIdentifierT>(value); }
72 template<
typename GlossaryIdentifierT = Aws::String>
82 template<
typename LongDescriptionT = Aws::String>
83 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
84 template<
typename LongDescriptionT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
106 template<
typename ShortDescriptionT = Aws::String>
107 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
108 template<
typename ShortDescriptionT = Aws::String>
128 template<
typename TermRelationsT = TermRelations>
129 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
130 template<
typename TermRelationsT = TermRelations>
136 bool m_clientTokenHasBeenSet =
true;
139 bool m_domainIdentifierHasBeenSet =
false;
142 bool m_glossaryIdentifierHasBeenSet =
false;
145 bool m_longDescriptionHasBeenSet =
false;
148 bool m_nameHasBeenSet =
false;
151 bool m_shortDescriptionHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
156 TermRelations m_termRelations;
157 bool m_termRelationsHasBeenSet =
false;
void SetLongDescription(LongDescriptionT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool TermRelationsHasBeenSet() const
CreateGlossaryTermRequest & WithDomainIdentifier(DomainIdentifierT &&value)
CreateGlossaryTermRequest & WithName(NameT &&value)
bool ShortDescriptionHasBeenSet() const
CreateGlossaryTermRequest & WithClientToken(ClientTokenT &&value)
CreateGlossaryTermRequest & WithLongDescription(LongDescriptionT &&value)
bool DomainIdentifierHasBeenSet() const
void SetStatus(GlossaryTermStatus value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLongDescription() const
bool StatusHasBeenSet() const
CreateGlossaryTermRequest & WithStatus(GlossaryTermStatus value)
const Aws::String & GetDomainIdentifier() const
CreateGlossaryTermRequest & WithShortDescription(ShortDescriptionT &&value)
void SetTermRelations(TermRelationsT &&value)
void SetGlossaryIdentifier(GlossaryIdentifierT &&value)
CreateGlossaryTermRequest & WithGlossaryIdentifier(GlossaryIdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
bool GlossaryIdentifierHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetShortDescription() const
GlossaryTermStatus GetStatus() const
bool ClientTokenHasBeenSet() const
AWS_DATAZONE_API CreateGlossaryTermRequest()=default
void SetShortDescription(ShortDescriptionT &&value)
const Aws::String & GetName() const
const TermRelations & GetTermRelations() const
const Aws::String & GetGlossaryIdentifier() const
CreateGlossaryTermRequest & WithTermRelations(TermRelationsT &&value)
const Aws::String & GetClientToken() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool LongDescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String