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>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/datazone/model/GlossaryUsageRestriction.h>
51 template<
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
52 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
53 template<
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
64 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 template<
typename CreatedByT = Aws::String>
76 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
77 template<
typename CreatedByT = Aws::String>
87 template<
typename DescriptionT = Aws::String>
88 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
89 template<
typename DescriptionT = Aws::String>
100 template<
typename DomainIdT = Aws::String>
101 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
102 template<
typename DomainIdT = Aws::String>
112 template<
typename IdT = Aws::String>
113 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
114 template<
typename IdT = Aws::String>
124 template<
typename NameT = Aws::String>
125 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
126 template<
typename NameT = Aws::String>
136 template<
typename OwningProjectIdT = Aws::String>
137 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
138 template<
typename OwningProjectIdT = Aws::String>
158 template<
typename UpdatedAtT = Aws::Utils::DateTime>
159 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
160 template<
typename UpdatedAtT = Aws::Utils::DateTime>
170 template<
typename UpdatedByT = Aws::String>
171 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
172 template<
typename UpdatedByT = Aws::String>
182 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
183 void SetUsageRestrictions(UsageRestrictionsT&& value) { m_usageRestrictionsHasBeenSet =
true; m_usageRestrictions = std::forward<UsageRestrictionsT>(value); }
184 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
191 bool m_additionalAttributesHasBeenSet =
false;
194 bool m_createdAtHasBeenSet =
false;
197 bool m_createdByHasBeenSet =
false;
200 bool m_descriptionHasBeenSet =
false;
203 bool m_domainIdHasBeenSet =
false;
206 bool m_idHasBeenSet =
false;
209 bool m_nameHasBeenSet =
false;
212 bool m_owningProjectIdHasBeenSet =
false;
215 bool m_statusHasBeenSet =
false;
218 bool m_updatedAtHasBeenSet =
false;
221 bool m_updatedByHasBeenSet =
false;
224 bool m_usageRestrictionsHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
GlossaryItem & WithCreatedBy(CreatedByT &&value)
void SetStatus(GlossaryStatus value)
GlossaryItem & AddUsageRestrictions(GlossaryUsageRestriction 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
bool UsageRestrictionsHasBeenSet() 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
void SetUsageRestrictions(UsageRestrictionsT &&value)
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
GlossaryItem & WithUsageRestrictions(UsageRestrictionsT &&value)
bool UpdatedByHasBeenSet() const
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue