7#include <aws/core/utils/DateTime.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;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename GlossaryIdT = Aws::String>
59 m_glossaryIdHasBeenSet =
true;
60 m_glossaryId = std::forward<GlossaryIdT>(value);
62 template <
typename GlossaryIdT = Aws::String>
74 template <
typename IdT = Aws::String>
76 m_idHasBeenSet =
true;
77 m_id = std::forward<IdT>(value);
79 template <
typename IdT = Aws::String>
81 SetId(std::forward<IdT>(value));
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));
108 template <
typename ShortDescriptionT = Aws::String>
110 m_shortDescriptionHasBeenSet =
true;
111 m_shortDescription = std::forward<ShortDescriptionT>(value);
113 template <
typename ShortDescriptionT = Aws::String>
125 template <
typename LongDescriptionT = Aws::String>
127 m_longDescriptionHasBeenSet =
true;
128 m_longDescription = std::forward<LongDescriptionT>(value);
130 template <
typename LongDescriptionT = Aws::String>
142 template <
typename TermRelationsT = TermRelations>
144 m_termRelationsHasBeenSet =
true;
145 m_termRelations = std::forward<TermRelationsT>(value);
147 template <
typename TermRelationsT = TermRelations>
160 m_statusHasBeenSet =
true;
174 template <
typename CreatedAtT = Aws::Utils::DateTime>
176 m_createdAtHasBeenSet =
true;
177 m_createdAt = std::forward<CreatedAtT>(value);
179 template <
typename CreatedAtT = Aws::Utils::DateTime>
191 template <
typename CreatedByT = Aws::String>
193 m_createdByHasBeenSet =
true;
194 m_createdBy = std::forward<CreatedByT>(value);
196 template <
typename CreatedByT = Aws::String>
208 template <
typename UpdatedAtT = Aws::Utils::DateTime>
210 m_updatedAtHasBeenSet =
true;
211 m_updatedAt = std::forward<UpdatedAtT>(value);
213 template <
typename UpdatedAtT = Aws::Utils::DateTime>
225 template <
typename UpdatedByT = Aws::String>
227 m_updatedByHasBeenSet =
true;
228 m_updatedBy = std::forward<UpdatedByT>(value);
230 template <
typename UpdatedByT = Aws::String>
242 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
244 m_usageRestrictionsHasBeenSet =
true;
245 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
247 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
253 m_usageRestrictionsHasBeenSet =
true;
254 m_usageRestrictions.push_back(value);
262 template <
typename RequestIdT = Aws::String>
264 m_requestIdHasBeenSet =
true;
265 m_requestId = std::forward<RequestIdT>(value);
267 template <
typename RequestIdT = Aws::String>
301 bool m_domainIdHasBeenSet =
false;
302 bool m_glossaryIdHasBeenSet =
false;
303 bool m_idHasBeenSet =
false;
304 bool m_nameHasBeenSet =
false;
305 bool m_shortDescriptionHasBeenSet =
false;
306 bool m_longDescriptionHasBeenSet =
false;
307 bool m_termRelationsHasBeenSet =
false;
308 bool m_statusHasBeenSet =
false;
309 bool m_createdAtHasBeenSet =
false;
310 bool m_createdByHasBeenSet =
false;
311 bool m_updatedAtHasBeenSet =
false;
312 bool m_updatedByHasBeenSet =
false;
313 bool m_usageRestrictionsHasBeenSet =
false;
314 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_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