7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GlossaryItemAdditionalAttributes.h>
12#include <aws/datazone/model/GlossaryStatus.h>
13#include <aws/datazone/model/GlossaryUsageRestriction.h>
46 template <
typename DomainIdT = Aws::String>
48 m_domainIdHasBeenSet =
true;
49 m_domainId = std::forward<DomainIdT>(value);
51 template <
typename DomainIdT = Aws::String>
64 template <
typename IdT = Aws::String>
66 m_idHasBeenSet =
true;
67 m_id = std::forward<IdT>(value);
69 template <
typename IdT = Aws::String>
71 SetId(std::forward<IdT>(value));
82 template <
typename NameT = Aws::String>
84 m_nameHasBeenSet =
true;
85 m_name = std::forward<NameT>(value);
87 template <
typename NameT = Aws::String>
89 SetName(std::forward<NameT>(value));
100 template <
typename OwningProjectIdT = Aws::String>
102 m_owningProjectIdHasBeenSet =
true;
103 m_owningProjectId = std::forward<OwningProjectIdT>(value);
105 template <
typename OwningProjectIdT = Aws::String>
118 template <
typename DescriptionT = Aws::String>
120 m_descriptionHasBeenSet =
true;
121 m_description = std::forward<DescriptionT>(value);
123 template <
typename DescriptionT = Aws::String>
137 m_statusHasBeenSet =
true;
152 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
154 m_usageRestrictionsHasBeenSet =
true;
155 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
157 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
163 m_usageRestrictionsHasBeenSet =
true;
164 m_usageRestrictions.push_back(value);
175 template <
typename CreatedAtT = Aws::Utils::DateTime>
177 m_createdAtHasBeenSet =
true;
178 m_createdAt = std::forward<CreatedAtT>(value);
180 template <
typename CreatedAtT = Aws::Utils::DateTime>
193 template <
typename CreatedByT = Aws::String>
195 m_createdByHasBeenSet =
true;
196 m_createdBy = std::forward<CreatedByT>(value);
198 template <
typename CreatedByT = Aws::String>
211 template <
typename UpdatedAtT = Aws::Utils::DateTime>
213 m_updatedAtHasBeenSet =
true;
214 m_updatedAt = std::forward<UpdatedAtT>(value);
216 template <
typename UpdatedAtT = Aws::Utils::DateTime>
229 template <
typename UpdatedByT = Aws::String>
231 m_updatedByHasBeenSet =
true;
232 m_updatedBy = std::forward<UpdatedByT>(value);
234 template <
typename UpdatedByT = Aws::String>
247 template <
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
249 m_additionalAttributesHasBeenSet =
true;
250 m_additionalAttributes = std::forward<AdditionalAttributesT>(value);
252 template <
typename AdditionalAttributesT = GlossaryItemAdditionalAttributes>
281 GlossaryItemAdditionalAttributes m_additionalAttributes;
282 bool m_domainIdHasBeenSet =
false;
283 bool m_idHasBeenSet =
false;
284 bool m_nameHasBeenSet =
false;
285 bool m_owningProjectIdHasBeenSet =
false;
286 bool m_descriptionHasBeenSet =
false;
287 bool m_statusHasBeenSet =
false;
288 bool m_usageRestrictionsHasBeenSet =
false;
289 bool m_createdAtHasBeenSet =
false;
290 bool m_createdByHasBeenSet =
false;
291 bool m_updatedAtHasBeenSet =
false;
292 bool m_updatedByHasBeenSet =
false;
293 bool m_additionalAttributesHasBeenSet =
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