7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/GlossaryTermItemAdditionalAttributes.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/GlossaryTermStatus.h>
12#include <aws/datazone/model/TermRelations.h>
50 template<
typename AdditionalAttributesT = GlossaryTermItemAdditionalAttributes>
51 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
52 template<
typename AdditionalAttributesT = GlossaryTermItemAdditionalAttributes>
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
64 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 template<
typename CreatedByT = Aws::String>
75 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
76 template<
typename CreatedByT = Aws::String>
87 template<
typename DomainIdT = Aws::String>
88 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
89 template<
typename DomainIdT = Aws::String>
99 template<
typename GlossaryIdT = Aws::String>
100 void SetGlossaryId(GlossaryIdT&& value) { m_glossaryIdHasBeenSet =
true; m_glossaryId = std::forward<GlossaryIdT>(value); }
101 template<
typename GlossaryIdT = Aws::String>
111 template<
typename IdT = Aws::String>
112 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
113 template<
typename IdT = Aws::String>
123 template<
typename LongDescriptionT = Aws::String>
124 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
125 template<
typename LongDescriptionT = Aws::String>
135 template<
typename NameT = Aws::String>
136 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
137 template<
typename NameT = Aws::String>
147 template<
typename ShortDescriptionT = Aws::String>
148 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
149 template<
typename ShortDescriptionT = Aws::String>
169 template<
typename TermRelationsT = TermRelations>
170 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
171 template<
typename TermRelationsT = TermRelations>
181 template<
typename UpdatedAtT = Aws::Utils::DateTime>
182 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
183 template<
typename UpdatedAtT = Aws::Utils::DateTime>
193 template<
typename UpdatedByT = Aws::String>
194 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
195 template<
typename UpdatedByT = Aws::String>
201 bool m_additionalAttributesHasBeenSet =
false;
204 bool m_createdAtHasBeenSet =
false;
207 bool m_createdByHasBeenSet =
false;
210 bool m_domainIdHasBeenSet =
false;
213 bool m_glossaryIdHasBeenSet =
false;
216 bool m_idHasBeenSet =
false;
219 bool m_longDescriptionHasBeenSet =
false;
222 bool m_nameHasBeenSet =
false;
225 bool m_shortDescriptionHasBeenSet =
false;
228 bool m_statusHasBeenSet =
false;
230 TermRelations m_termRelations;
231 bool m_termRelationsHasBeenSet =
false;
234 bool m_updatedAtHasBeenSet =
false;
237 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 GlossaryTermItemAdditionalAttributes & GetAdditionalAttributes() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetUpdatedBy() const
void SetAdditionalAttributes(AdditionalAttributesT &&value)
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 & WithAdditionalAttributes(AdditionalAttributesT &&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)
bool AdditionalAttributesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue