7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GlossaryTermStatus.h>
12#include <aws/datazone/model/GlossaryUsageRestriction.h>
13#include <aws/datazone/model/TermRelations.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
57 template <
typename DomainIdT = Aws::String>
59 m_domainIdHasBeenSet =
true;
60 m_domainId = std::forward<DomainIdT>(value);
62 template <
typename DomainIdT = Aws::String>
74 template <
typename GlossaryIdT = Aws::String>
76 m_glossaryIdHasBeenSet =
true;
77 m_glossaryId = std::forward<GlossaryIdT>(value);
79 template <
typename GlossaryIdT = Aws::String>
92 template <
typename NameT = Aws::String>
94 m_nameHasBeenSet =
true;
95 m_name = std::forward<NameT>(value);
97 template <
typename NameT = Aws::String>
99 SetName(std::forward<NameT>(value));
111 m_statusHasBeenSet =
true;
126 template <
typename ShortDescriptionT = Aws::String>
128 m_shortDescriptionHasBeenSet =
true;
129 m_shortDescription = std::forward<ShortDescriptionT>(value);
131 template <
typename ShortDescriptionT = Aws::String>
144 template <
typename LongDescriptionT = Aws::String>
146 m_longDescriptionHasBeenSet =
true;
147 m_longDescription = std::forward<LongDescriptionT>(value);
149 template <
typename LongDescriptionT = Aws::String>
162 template <
typename TermRelationsT = TermRelations>
164 m_termRelationsHasBeenSet =
true;
165 m_termRelations = std::forward<TermRelationsT>(value);
167 template <
typename TermRelationsT = TermRelations>
179 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
181 m_usageRestrictionsHasBeenSet =
true;
182 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
184 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
190 m_usageRestrictionsHasBeenSet =
true;
191 m_usageRestrictions.push_back(value);
199 template <
typename RequestIdT = Aws::String>
201 m_requestIdHasBeenSet =
true;
202 m_requestId = std::forward<RequestIdT>(value);
204 template <
typename RequestIdT = Aws::String>
227 TermRelations m_termRelations;
233 bool m_idHasBeenSet =
false;
234 bool m_domainIdHasBeenSet =
false;
235 bool m_glossaryIdHasBeenSet =
false;
236 bool m_nameHasBeenSet =
false;
237 bool m_statusHasBeenSet =
false;
238 bool m_shortDescriptionHasBeenSet =
false;
239 bool m_longDescriptionHasBeenSet =
false;
240 bool m_termRelationsHasBeenSet =
false;
241 bool m_usageRestrictionsHasBeenSet =
false;
242 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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