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/GlossaryStatus.h>
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
49 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
60 template<
typename CreatedByT = Aws::String>
61 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
62 template<
typename CreatedByT = Aws::String>
72 template<
typename DescriptionT = Aws::String>
73 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
74 template<
typename DescriptionT = Aws::String>
85 template<
typename DomainIdT = Aws::String>
86 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
87 template<
typename DomainIdT = Aws::String>
97 template<
typename IdT = Aws::String>
98 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
99 template<
typename IdT = Aws::String>
109 template<
typename NameT = Aws::String>
110 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
111 template<
typename NameT = Aws::String>
121 template<
typename OwningProjectIdT = Aws::String>
122 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
123 template<
typename OwningProjectIdT = Aws::String>
143 template<
typename UpdatedAtT = Aws::Utils::DateTime>
144 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
145 template<
typename UpdatedAtT = Aws::Utils::DateTime>
155 template<
typename UpdatedByT = Aws::String>
156 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
157 template<
typename UpdatedByT = Aws::String>
163 bool m_createdAtHasBeenSet =
false;
166 bool m_createdByHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_domainIdHasBeenSet =
false;
175 bool m_idHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
181 bool m_owningProjectIdHasBeenSet =
false;
184 bool m_statusHasBeenSet =
false;
187 bool m_updatedAtHasBeenSet =
false;
190 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)
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 OwningProjectIdHasBeenSet() const
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)
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