7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/GlossaryTermStatus.h>
11#include <aws/datazone/model/TermRelations.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename CreatedAtT = Aws::Utils::DateTime>
44 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
54 template<
typename CreatedByT = Aws::String>
55 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
56 template<
typename CreatedByT = Aws::String>
66 template<
typename DomainIdT = Aws::String>
67 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
68 template<
typename DomainIdT = Aws::String>
77 template<
typename GlossaryIdT = Aws::String>
78 void SetGlossaryId(GlossaryIdT&& value) { m_glossaryIdHasBeenSet =
true; m_glossaryId = std::forward<GlossaryIdT>(value); }
79 template<
typename GlossaryIdT = Aws::String>
88 template<
typename IdT = Aws::String>
89 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
90 template<
typename IdT = Aws::String>
99 template<
typename LongDescriptionT = Aws::String>
100 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
101 template<
typename LongDescriptionT = Aws::String>
110 template<
typename NameT = Aws::String>
111 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
112 template<
typename NameT = Aws::String>
121 template<
typename ShortDescriptionT = Aws::String>
122 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
123 template<
typename ShortDescriptionT = Aws::String>
141 template<
typename TermRelationsT = TermRelations>
142 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
143 template<
typename TermRelationsT = TermRelations>
152 template<
typename UpdatedAtT = Aws::Utils::DateTime>
153 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
154 template<
typename UpdatedAtT = Aws::Utils::DateTime>
163 template<
typename UpdatedByT = Aws::String>
164 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
165 template<
typename UpdatedByT = Aws::String>
172 template<
typename RequestIdT = Aws::String>
173 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
174 template<
typename RequestIdT = Aws::String>
180 bool m_createdAtHasBeenSet =
false;
183 bool m_createdByHasBeenSet =
false;
186 bool m_domainIdHasBeenSet =
false;
189 bool m_glossaryIdHasBeenSet =
false;
192 bool m_idHasBeenSet =
false;
195 bool m_longDescriptionHasBeenSet =
false;
198 bool m_nameHasBeenSet =
false;
201 bool m_shortDescriptionHasBeenSet =
false;
204 bool m_statusHasBeenSet =
false;
206 TermRelations m_termRelations;
207 bool m_termRelationsHasBeenSet =
false;
210 bool m_updatedAtHasBeenSet =
false;
213 bool m_updatedByHasBeenSet =
false;
216 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)
GetGlossaryTermResult & WithStatus(GlossaryTermStatus 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
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue