7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/GlossaryTermStatus.h>
11#include <aws/datazone/model/GlossaryUsageRestriction.h>
12#include <aws/datazone/model/TermRelations.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
56 template <
typename DomainIdT = Aws::String>
58 m_domainIdHasBeenSet =
true;
59 m_domainId = std::forward<DomainIdT>(value);
61 template <
typename DomainIdT = Aws::String>
73 template <
typename GlossaryIdT = Aws::String>
75 m_glossaryIdHasBeenSet =
true;
76 m_glossaryId = std::forward<GlossaryIdT>(value);
78 template <
typename GlossaryIdT = Aws::String>
91 template <
typename NameT = Aws::String>
93 m_nameHasBeenSet =
true;
94 m_name = std::forward<NameT>(value);
96 template <
typename NameT = Aws::String>
98 SetName(std::forward<NameT>(value));
110 m_statusHasBeenSet =
true;
125 template <
typename ShortDescriptionT = Aws::String>
127 m_shortDescriptionHasBeenSet =
true;
128 m_shortDescription = std::forward<ShortDescriptionT>(value);
130 template <
typename ShortDescriptionT = Aws::String>
143 template <
typename LongDescriptionT = Aws::String>
145 m_longDescriptionHasBeenSet =
true;
146 m_longDescription = std::forward<LongDescriptionT>(value);
148 template <
typename LongDescriptionT = Aws::String>
161 template <
typename TermRelationsT = TermRelations>
163 m_termRelationsHasBeenSet =
true;
164 m_termRelations = std::forward<TermRelationsT>(value);
166 template <
typename TermRelationsT = TermRelations>
178 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
180 m_usageRestrictionsHasBeenSet =
true;
181 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
183 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
189 m_usageRestrictionsHasBeenSet =
true;
190 m_usageRestrictions.push_back(value);
198 template <
typename RequestIdT = Aws::String>
200 m_requestIdHasBeenSet =
true;
201 m_requestId = std::forward<RequestIdT>(value);
203 template <
typename RequestIdT = Aws::String>
224 TermRelations m_termRelations;
229 bool m_idHasBeenSet =
false;
230 bool m_domainIdHasBeenSet =
false;
231 bool m_glossaryIdHasBeenSet =
false;
232 bool m_nameHasBeenSet =
false;
233 bool m_statusHasBeenSet =
false;
234 bool m_shortDescriptionHasBeenSet =
false;
235 bool m_longDescriptionHasBeenSet =
false;
236 bool m_termRelationsHasBeenSet =
false;
237 bool m_usageRestrictionsHasBeenSet =
false;
238 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