7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GlossaryTermStatus.h>
10#include <aws/datazone/model/TermRelations.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/GlossaryUsageRestriction.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename DomainIdT = Aws::String>
46 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
47 template<
typename DomainIdT = Aws::String>
56 template<
typename GlossaryIdT = Aws::String>
57 void SetGlossaryId(GlossaryIdT&& value) { m_glossaryIdHasBeenSet =
true; m_glossaryId = std::forward<GlossaryIdT>(value); }
58 template<
typename GlossaryIdT = Aws::String>
67 template<
typename IdT = Aws::String>
68 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
69 template<
typename IdT = Aws::String>
79 template<
typename LongDescriptionT = Aws::String>
80 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
81 template<
typename LongDescriptionT = Aws::String>
91 template<
typename NameT = Aws::String>
92 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
93 template<
typename NameT = Aws::String>
103 template<
typename ShortDescriptionT = Aws::String>
104 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
105 template<
typename ShortDescriptionT = Aws::String>
125 template<
typename TermRelationsT = TermRelations>
126 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
127 template<
typename TermRelationsT = TermRelations>
136 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
137 void SetUsageRestrictions(UsageRestrictionsT&& value) { m_usageRestrictionsHasBeenSet =
true; m_usageRestrictions = std::forward<UsageRestrictionsT>(value); }
138 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
146 template<
typename RequestIdT = Aws::String>
147 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
148 template<
typename RequestIdT = Aws::String>
154 bool m_domainIdHasBeenSet =
false;
157 bool m_glossaryIdHasBeenSet =
false;
160 bool m_idHasBeenSet =
false;
163 bool m_longDescriptionHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
169 bool m_shortDescriptionHasBeenSet =
false;
172 bool m_statusHasBeenSet =
false;
174 TermRelations m_termRelations;
175 bool m_termRelationsHasBeenSet =
false;
178 bool m_usageRestrictionsHasBeenSet =
false;
181 bool m_requestIdHasBeenSet =
false;
void SetShortDescription(ShortDescriptionT &&value)
const Aws::String & GetLongDescription() const
UpdateGlossaryTermResult & WithTermRelations(TermRelationsT &&value)
UpdateGlossaryTermResult & WithLongDescription(LongDescriptionT &&value)
UpdateGlossaryTermResult & WithShortDescription(ShortDescriptionT &&value)
void SetUsageRestrictions(UsageRestrictionsT &&value)
const Aws::String & GetName() const
void SetTermRelations(TermRelationsT &&value)
UpdateGlossaryTermResult & WithStatus(GlossaryTermStatus value)
UpdateGlossaryTermResult & AddUsageRestrictions(GlossaryUsageRestriction value)
UpdateGlossaryTermResult & WithUsageRestrictions(UsageRestrictionsT &&value)
UpdateGlossaryTermResult & WithName(NameT &&value)
UpdateGlossaryTermResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult()=default
const Aws::String & GetId() const
void SetStatus(GlossaryTermStatus value)
const Aws::String & GetRequestId() const
const TermRelations & GetTermRelations() const
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() const
void SetRequestId(RequestIdT &&value)
UpdateGlossaryTermResult & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
void SetLongDescription(LongDescriptionT &&value)
GlossaryTermStatus GetStatus() const
const Aws::String & GetShortDescription() const
void SetGlossaryId(GlossaryIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
const Aws::String & GetGlossaryId() const
UpdateGlossaryTermResult & WithGlossaryId(GlossaryIdT &&value)
UpdateGlossaryTermResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue