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>
44 template<
typename DomainIdentifierT = Aws::String>
45 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
46 template<
typename DomainIdentifierT = Aws::String>
56 template<
typename GlossaryIdentifierT = Aws::String>
57 void SetGlossaryIdentifier(GlossaryIdentifierT&& value) { m_glossaryIdentifierHasBeenSet =
true; m_glossaryIdentifier = std::forward<GlossaryIdentifierT>(value); }
58 template<
typename GlossaryIdentifierT = Aws::String>
68 template<
typename IdentifierT = Aws::String>
69 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
70 template<
typename IdentifierT = Aws::String>
81 template<
typename LongDescriptionT = Aws::String>
82 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
83 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>
107 template<
typename ShortDescriptionT = Aws::String>
108 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
109 template<
typename ShortDescriptionT = Aws::String>
131 template<
typename TermRelationsT = TermRelations>
132 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
133 template<
typename TermRelationsT = TermRelations>
139 bool m_domainIdentifierHasBeenSet =
false;
142 bool m_glossaryIdentifierHasBeenSet =
false;
145 bool m_identifierHasBeenSet =
false;
148 bool m_longDescriptionHasBeenSet =
false;
151 bool m_nameHasBeenSet =
false;
154 bool m_shortDescriptionHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
159 TermRelations m_termRelations;
160 bool m_termRelationsHasBeenSet =
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