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>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename CreatedByT = Aws::String>
62 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
63 template<
typename CreatedByT = Aws::String>
74 template<
typename DomainIdT = Aws::String>
75 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
76 template<
typename DomainIdT = Aws::String>
86 template<
typename GlossaryIdT = Aws::String>
87 void SetGlossaryId(GlossaryIdT&& value) { m_glossaryIdHasBeenSet =
true; m_glossaryId = std::forward<GlossaryIdT>(value); }
88 template<
typename GlossaryIdT = Aws::String>
98 template<
typename IdT = Aws::String>
99 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
100 template<
typename IdT = Aws::String>
110 template<
typename LongDescriptionT = Aws::String>
111 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
112 template<
typename LongDescriptionT = Aws::String>
122 template<
typename NameT = Aws::String>
123 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
124 template<
typename NameT = Aws::String>
134 template<
typename ShortDescriptionT = Aws::String>
135 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
136 template<
typename ShortDescriptionT = Aws::String>
156 template<
typename TermRelationsT = TermRelations>
157 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
158 template<
typename TermRelationsT = TermRelations>
168 template<
typename UpdatedAtT = Aws::Utils::DateTime>
169 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
170 template<
typename UpdatedAtT = Aws::Utils::DateTime>
180 template<
typename UpdatedByT = Aws::String>
181 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
182 template<
typename UpdatedByT = Aws::String>
188 bool m_createdAtHasBeenSet =
false;
191 bool m_createdByHasBeenSet =
false;
194 bool m_domainIdHasBeenSet =
false;
197 bool m_glossaryIdHasBeenSet =
false;
200 bool m_idHasBeenSet =
false;
203 bool m_longDescriptionHasBeenSet =
false;
206 bool m_nameHasBeenSet =
false;
209 bool m_shortDescriptionHasBeenSet =
false;
212 bool m_statusHasBeenSet =
false;
214 TermRelations m_termRelations;
215 bool m_termRelationsHasBeenSet =
false;
218 bool m_updatedAtHasBeenSet =
false;
221 bool m_updatedByHasBeenSet =
false;
GlossaryTermItem & WithName(NameT &&value)
void SetGlossaryId(GlossaryIdT &&value)
bool StatusHasBeenSet() const
AWS_DATAZONE_API GlossaryTermItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DomainIdHasBeenSet() const
GlossaryTermStatus GetStatus() const
const Aws::String & GetName() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetGlossaryId() const
GlossaryTermItem & WithUpdatedBy(UpdatedByT &&value)
bool IdHasBeenSet() const
bool LongDescriptionHasBeenSet() const
GlossaryTermItem & WithStatus(GlossaryTermStatus value)
bool NameHasBeenSet() const
GlossaryTermItem & WithCreatedBy(CreatedByT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetCreatedBy() const
GlossaryTermItem & WithLongDescription(LongDescriptionT &&value)
GlossaryTermItem & WithGlossaryId(GlossaryIdT &&value)
const Aws::String & GetId() const
GlossaryTermItem & WithUpdatedAt(UpdatedAtT &&value)
bool TermRelationsHasBeenSet() const
bool ShortDescriptionHasBeenSet() const
void SetStatus(GlossaryTermStatus value)
AWS_DATAZONE_API GlossaryTermItem(Aws::Utils::Json::JsonView jsonValue)
bool CreatedByHasBeenSet() const
bool GlossaryIdHasBeenSet() const
void SetLongDescription(LongDescriptionT &&value)
GlossaryTermItem & WithDomainId(DomainIdT &&value)
void SetTermRelations(TermRelationsT &&value)
bool CreatedAtHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetShortDescription(ShortDescriptionT &&value)
GlossaryTermItem & WithShortDescription(ShortDescriptionT &&value)
const Aws::String & GetDomainId() const
GlossaryTermItem & WithId(IdT &&value)
bool UpdatedAtHasBeenSet() const
const TermRelations & GetTermRelations() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
void SetUpdatedBy(UpdatedByT &&value)
AWS_DATAZONE_API GlossaryTermItem()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLongDescription() const
const Aws::String & GetShortDescription() const
bool UpdatedByHasBeenSet() const
GlossaryTermItem & WithCreatedAt(CreatedAtT &&value)
GlossaryTermItem & WithTermRelations(TermRelationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue