7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/GlossaryTermStatus.h>
11#include <aws/datazone/model/TermRelations.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename GlossaryIdentifierT = Aws::String>
60 m_glossaryIdentifierHasBeenSet =
true;
61 m_glossaryIdentifier = std::forward<GlossaryIdentifierT>(value);
63 template <
typename GlossaryIdentifierT = Aws::String>
76 template <
typename IdentifierT = Aws::String>
78 m_identifierHasBeenSet =
true;
79 m_identifier = std::forward<IdentifierT>(value);
81 template <
typename IdentifierT = Aws::String>
95 template <
typename NameT = Aws::String>
97 m_nameHasBeenSet =
true;
98 m_name = std::forward<NameT>(value);
100 template <
typename NameT = Aws::String>
102 SetName(std::forward<NameT>(value));
114 template <
typename ShortDescriptionT = Aws::String>
116 m_shortDescriptionHasBeenSet =
true;
117 m_shortDescription = std::forward<ShortDescriptionT>(value);
119 template <
typename ShortDescriptionT = Aws::String>
133 template <
typename LongDescriptionT = Aws::String>
135 m_longDescriptionHasBeenSet =
true;
136 m_longDescription = std::forward<LongDescriptionT>(value);
138 template <
typename LongDescriptionT = Aws::String>
152 template <
typename TermRelationsT = TermRelations>
154 m_termRelationsHasBeenSet =
true;
155 m_termRelations = std::forward<TermRelationsT>(value);
157 template <
typename TermRelationsT = TermRelations>
172 m_statusHasBeenSet =
true;
196 bool m_domainIdentifierHasBeenSet =
false;
197 bool m_glossaryIdentifierHasBeenSet =
false;
198 bool m_identifierHasBeenSet =
false;
199 bool m_nameHasBeenSet =
false;
200 bool m_shortDescriptionHasBeenSet =
false;
201 bool m_longDescriptionHasBeenSet =
false;
202 bool m_termRelationsHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
UpdateGlossaryTermRequest & WithTermRelations(TermRelationsT &&value)
void SetName(NameT &&value)
bool DomainIdentifierHasBeenSet() const
UpdateGlossaryTermRequest & WithShortDescription(ShortDescriptionT &&value)
void SetGlossaryIdentifier(GlossaryIdentifierT &&value)
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateGlossaryTermRequest & WithIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
void SetShortDescription(ShortDescriptionT &&value)
const Aws::String & GetLongDescription() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
UpdateGlossaryTermRequest & WithStatus(GlossaryTermStatus value)
GlossaryTermStatus GetStatus() const
bool StatusHasBeenSet() const
bool LongDescriptionHasBeenSet() const
UpdateGlossaryTermRequest & WithName(NameT &&value)
const Aws::String & GetShortDescription() const
bool GlossaryIdentifierHasBeenSet() const
bool ShortDescriptionHasBeenSet() const
const Aws::String & GetGlossaryIdentifier() const
const Aws::String & GetDomainIdentifier() const
bool TermRelationsHasBeenSet() const
bool IdentifierHasBeenSet() const
UpdateGlossaryTermRequest & WithGlossaryIdentifier(GlossaryIdentifierT &&value)
void SetLongDescription(LongDescriptionT &&value)
UpdateGlossaryTermRequest & WithLongDescription(LongDescriptionT &&value)
void SetStatus(GlossaryTermStatus value)
const TermRelations & GetTermRelations() const
UpdateGlossaryTermRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetTermRelations(TermRelationsT &&value)
const Aws::String & GetName() const
AWS_DATAZONE_API UpdateGlossaryTermRequest()=default
void SetDomainIdentifier(DomainIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String