7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GlossaryTermStatus.h>
12#include <aws/datazone/model/TermRelations.h>
41 template <
typename ClientTokenT = Aws::String>
43 m_clientTokenHasBeenSet =
true;
44 m_clientToken = std::forward<ClientTokenT>(value);
46 template <
typename ClientTokenT = Aws::String>
60 template <
typename DomainIdentifierT = Aws::String>
62 m_domainIdentifierHasBeenSet =
true;
63 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
65 template <
typename DomainIdentifierT = Aws::String>
78 template <
typename GlossaryIdentifierT = Aws::String>
80 m_glossaryIdentifierHasBeenSet =
true;
81 m_glossaryIdentifier = std::forward<GlossaryIdentifierT>(value);
83 template <
typename GlossaryIdentifierT = Aws::String>
96 template <
typename LongDescriptionT = Aws::String>
98 m_longDescriptionHasBeenSet =
true;
99 m_longDescription = std::forward<LongDescriptionT>(value);
101 template <
typename LongDescriptionT = Aws::String>
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
132 template <
typename ShortDescriptionT = Aws::String>
134 m_shortDescriptionHasBeenSet =
true;
135 m_shortDescription = std::forward<ShortDescriptionT>(value);
137 template <
typename ShortDescriptionT = Aws::String>
151 m_statusHasBeenSet =
true;
166 template <
typename TermRelationsT = TermRelations>
168 m_termRelationsHasBeenSet =
true;
169 m_termRelations = std::forward<TermRelationsT>(value);
171 template <
typename TermRelationsT = TermRelations>
179 bool m_clientTokenHasBeenSet =
true;
182 bool m_domainIdentifierHasBeenSet =
false;
185 bool m_glossaryIdentifierHasBeenSet =
false;
188 bool m_longDescriptionHasBeenSet =
false;
191 bool m_nameHasBeenSet =
false;
194 bool m_shortDescriptionHasBeenSet =
false;
197 bool m_statusHasBeenSet =
false;
199 TermRelations m_termRelations;
200 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