7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/GlossaryItemAdditionalAttributes.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/GlossaryStatus.h>
49 template<
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
50 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
51 template<
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename CreatedByT = Aws::String>
74 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
75 template<
typename CreatedByT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename DomainIdT = Aws::String>
99 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
100 template<
typename DomainIdT = Aws::String>
110 template<
typename IdT = Aws::String>
111 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
112 template<
typename IdT = 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 OwningProjectIdT = Aws::String>
135 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
136 template<
typename OwningProjectIdT = Aws::String>
156 template<
typename UpdatedAtT = Aws::Utils::DateTime>
157 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
158 template<
typename UpdatedAtT = Aws::Utils::DateTime>
168 template<
typename UpdatedByT = Aws::String>
169 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
170 template<
typename UpdatedByT = Aws::String>
176 bool m_additionalAttributesHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
182 bool m_createdByHasBeenSet =
false;
185 bool m_descriptionHasBeenSet =
false;
188 bool m_domainIdHasBeenSet =
false;
191 bool m_idHasBeenSet =
false;
194 bool m_nameHasBeenSet =
false;
197 bool m_owningProjectIdHasBeenSet =
false;
200 bool m_statusHasBeenSet =
false;
203 bool m_updatedAtHasBeenSet =
false;
206 bool m_updatedByHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
GlossaryItem & WithCreatedBy(CreatedByT &&value)
void SetStatus(GlossaryStatus value)
GlossaryItem & WithCreatedAt(CreatedAtT &&value)
GlossaryItem & WithUpdatedBy(UpdatedByT &&value)
GlossaryItem & WithDescription(DescriptionT &&value)
const Aws::String & GetUpdatedBy() const
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
GlossaryItem & WithName(NameT &&value)
GlossaryItem & WithOwningProjectId(OwningProjectIdT &&value)
bool CreatedByHasBeenSet() const
const Aws::String & GetDescription() const
bool CreatedAtHasBeenSet() const
void SetOwningProjectId(OwningProjectIdT &&value)
void SetAdditionalAttributes(AdditionalAttributesT &&value)
bool IdHasBeenSet() const
GlossaryItem & WithStatus(GlossaryStatus value)
const Aws::String & GetOwningProjectId() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API GlossaryItem(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDomainId() const
GlossaryStatus GetStatus() const
GlossaryItem & WithUpdatedAt(UpdatedAtT &&value)
bool AdditionalAttributesHasBeenSet() const
bool OwningProjectIdHasBeenSet() const
GlossaryItem & WithAdditionalAttributes(AdditionalAttributesT &&value)
AWS_DATAZONE_API GlossaryItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool StatusHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_DATAZONE_API GlossaryItem()=default
void SetCreatedBy(CreatedByT &&value)
GlossaryItem & WithDomainId(DomainIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedByHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
bool DomainIdHasBeenSet() const
GlossaryItem & WithId(IdT &&value)
const GlossaryItemAdditionalAttributes & GetAdditionalAttributes() const
bool DescriptionHasBeenSet() const
bool UpdatedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetUpdatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue