7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/GlossaryTermStatus.h>
13#include <aws/datazone/model/GlossaryUsageRestriction.h>
14#include <aws/datazone/model/TermRelations.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
58 template <
typename GlossaryIdT = Aws::String>
60 m_glossaryIdHasBeenSet =
true;
61 m_glossaryId = std::forward<GlossaryIdT>(value);
63 template <
typename GlossaryIdT = Aws::String>
75 template <
typename IdT = Aws::String>
77 m_idHasBeenSet =
true;
78 m_id = std::forward<IdT>(value);
80 template <
typename IdT = Aws::String>
82 SetId(std::forward<IdT>(value));
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));
109 template <
typename ShortDescriptionT = Aws::String>
111 m_shortDescriptionHasBeenSet =
true;
112 m_shortDescription = std::forward<ShortDescriptionT>(value);
114 template <
typename ShortDescriptionT = Aws::String>
126 template <
typename LongDescriptionT = Aws::String>
128 m_longDescriptionHasBeenSet =
true;
129 m_longDescription = std::forward<LongDescriptionT>(value);
131 template <
typename LongDescriptionT = Aws::String>
143 template <
typename TermRelationsT = TermRelations>
145 m_termRelationsHasBeenSet =
true;
146 m_termRelations = std::forward<TermRelationsT>(value);
148 template <
typename TermRelationsT = TermRelations>
161 m_statusHasBeenSet =
true;
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 m_createdAtHasBeenSet =
true;
178 m_createdAt = std::forward<CreatedAtT>(value);
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
192 template <
typename CreatedByT = Aws::String>
194 m_createdByHasBeenSet =
true;
195 m_createdBy = std::forward<CreatedByT>(value);
197 template <
typename CreatedByT = Aws::String>
209 template <
typename UpdatedAtT = Aws::Utils::DateTime>
211 m_updatedAtHasBeenSet =
true;
212 m_updatedAt = std::forward<UpdatedAtT>(value);
214 template <
typename UpdatedAtT = Aws::Utils::DateTime>
226 template <
typename UpdatedByT = Aws::String>
228 m_updatedByHasBeenSet =
true;
229 m_updatedBy = std::forward<UpdatedByT>(value);
231 template <
typename UpdatedByT = Aws::String>
243 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
245 m_usageRestrictionsHasBeenSet =
true;
246 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
248 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
254 m_usageRestrictionsHasBeenSet =
true;
255 m_usageRestrictions.push_back(value);
263 template <
typename RequestIdT = Aws::String>
265 m_requestIdHasBeenSet =
true;
266 m_requestId = std::forward<RequestIdT>(value);
268 template <
typename RequestIdT = Aws::String>
305 bool m_domainIdHasBeenSet =
false;
306 bool m_glossaryIdHasBeenSet =
false;
307 bool m_idHasBeenSet =
false;
308 bool m_nameHasBeenSet =
false;
309 bool m_shortDescriptionHasBeenSet =
false;
310 bool m_longDescriptionHasBeenSet =
false;
311 bool m_termRelationsHasBeenSet =
false;
312 bool m_statusHasBeenSet =
false;
313 bool m_createdAtHasBeenSet =
false;
314 bool m_createdByHasBeenSet =
false;
315 bool m_updatedAtHasBeenSet =
false;
316 bool m_updatedByHasBeenSet =
false;
317 bool m_usageRestrictionsHasBeenSet =
false;
318 bool m_requestIdHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
void SetLongDescription(LongDescriptionT &&value)
GetGlossaryTermResult & WithLongDescription(LongDescriptionT &&value)
const TermRelations & GetTermRelations() const
GetGlossaryTermResult & WithUpdatedBy(UpdatedByT &&value)
void SetDomainId(DomainIdT &&value)
GetGlossaryTermResult & WithShortDescription(ShortDescriptionT &&value)
GetGlossaryTermResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::Utils::DateTime & GetCreatedAt() const
GetGlossaryTermResult & WithTermRelations(TermRelationsT &&value)
const Aws::String & GetGlossaryId() const
void SetGlossaryId(GlossaryIdT &&value)
void SetShortDescription(ShortDescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetDomainId() const
void SetTermRelations(TermRelationsT &&value)
GetGlossaryTermResult & WithUpdatedAt(UpdatedAtT &&value)
GetGlossaryTermResult & WithCreatedBy(CreatedByT &&value)
void SetUsageRestrictions(UsageRestrictionsT &&value)
GetGlossaryTermResult & WithStatus(GlossaryTermStatus value)
GetGlossaryTermResult & WithUsageRestrictions(UsageRestrictionsT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetRequestId() const
GetGlossaryTermResult & WithGlossaryId(GlossaryIdT &&value)
GetGlossaryTermResult & WithDomainId(DomainIdT &&value)
void SetUpdatedBy(UpdatedByT &&value)
void SetStatus(GlossaryTermStatus value)
AWS_DATAZONE_API GetGlossaryTermResult()=default
const Aws::String & GetLongDescription() const
GetGlossaryTermResult & AddUsageRestrictions(GlossaryUsageRestriction value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetId() const
GetGlossaryTermResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API GetGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GlossaryTermStatus GetStatus() const
GetGlossaryTermResult & WithName(NameT &&value)
GetGlossaryTermResult & WithId(IdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetShortDescription() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_DATAZONE_API GetGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() 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