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/AssetListingItemAdditionalAttributes.h>
12#include <aws/datazone/model/DetailedGlossaryTerm.h>
46 template <
typename ListingIdT = Aws::String>
48 m_listingIdHasBeenSet =
true;
49 m_listingId = std::forward<ListingIdT>(value);
51 template <
typename ListingIdT = Aws::String>
64 template <
typename ListingRevisionT = Aws::String>
66 m_listingRevisionHasBeenSet =
true;
67 m_listingRevision = std::forward<ListingRevisionT>(value);
69 template <
typename ListingRevisionT = Aws::String>
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 EntityIdT = Aws::String>
102 m_entityIdHasBeenSet =
true;
103 m_entityId = std::forward<EntityIdT>(value);
105 template <
typename EntityIdT = Aws::String>
118 template <
typename EntityRevisionT = Aws::String>
120 m_entityRevisionHasBeenSet =
true;
121 m_entityRevision = std::forward<EntityRevisionT>(value);
123 template <
typename EntityRevisionT = Aws::String>
136 template <
typename EntityTypeT = Aws::String>
138 m_entityTypeHasBeenSet =
true;
139 m_entityType = std::forward<EntityTypeT>(value);
141 template <
typename EntityTypeT = Aws::String>
154 template <
typename DescriptionT = Aws::String>
156 m_descriptionHasBeenSet =
true;
157 m_description = std::forward<DescriptionT>(value);
159 template <
typename DescriptionT = Aws::String>
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 m_createdAtHasBeenSet =
true;
176 m_createdAt = std::forward<CreatedAtT>(value);
178 template <
typename CreatedAtT = Aws::Utils::DateTime>
191 template <
typename ListingCreatedByT = Aws::String>
193 m_listingCreatedByHasBeenSet =
true;
194 m_listingCreatedBy = std::forward<ListingCreatedByT>(value);
196 template <
typename ListingCreatedByT = Aws::String>
209 template <
typename ListingUpdatedByT = Aws::String>
211 m_listingUpdatedByHasBeenSet =
true;
212 m_listingUpdatedBy = std::forward<ListingUpdatedByT>(value);
214 template <
typename ListingUpdatedByT = Aws::String>
227 template <
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
229 m_glossaryTermsHasBeenSet =
true;
230 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
232 template <
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
237 template <
typename GlossaryTermsT = DetailedGlossaryTerm>
239 m_glossaryTermsHasBeenSet =
true;
240 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
251 template <
typename GovernedGlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
253 m_governedGlossaryTermsHasBeenSet =
true;
254 m_governedGlossaryTerms = std::forward<GovernedGlossaryTermsT>(value);
256 template <
typename GovernedGlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
261 template <
typename GovernedGlossaryTermsT = DetailedGlossaryTerm>
263 m_governedGlossaryTermsHasBeenSet =
true;
264 m_governedGlossaryTerms.emplace_back(std::forward<GovernedGlossaryTermsT>(value));
275 template <
typename OwningProjectIdT = Aws::String>
277 m_owningProjectIdHasBeenSet =
true;
278 m_owningProjectId = std::forward<OwningProjectIdT>(value);
280 template <
typename OwningProjectIdT = Aws::String>
294 template <
typename AdditionalAttributesT = AssetListingItemAdditionalAttributes>
296 m_additionalAttributesHasBeenSet =
true;
297 m_additionalAttributes = std::forward<AdditionalAttributesT>(value);
299 template <
typename AdditionalAttributesT = AssetListingItemAdditionalAttributes>
332 AssetListingItemAdditionalAttributes m_additionalAttributes;
333 bool m_listingIdHasBeenSet =
false;
334 bool m_listingRevisionHasBeenSet =
false;
335 bool m_nameHasBeenSet =
false;
336 bool m_entityIdHasBeenSet =
false;
337 bool m_entityRevisionHasBeenSet =
false;
338 bool m_entityTypeHasBeenSet =
false;
339 bool m_descriptionHasBeenSet =
false;
340 bool m_createdAtHasBeenSet =
false;
341 bool m_listingCreatedByHasBeenSet =
false;
342 bool m_listingUpdatedByHasBeenSet =
false;
343 bool m_glossaryTermsHasBeenSet =
false;
344 bool m_governedGlossaryTermsHasBeenSet =
false;
345 bool m_owningProjectIdHasBeenSet =
false;
346 bool m_additionalAttributesHasBeenSet =
false;
bool GlossaryTermsHasBeenSet() const
void SetAdditionalAttributes(AdditionalAttributesT &&value)
bool EntityTypeHasBeenSet() const
const Aws::String & GetEntityRevision() const
AssetListingItem & WithEntityId(EntityIdT &&value)
const Aws::String & GetEntityId() const
AWS_DATAZONE_API AssetListingItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AssetListingItem & WithListingId(ListingIdT &&value)
bool ListingUpdatedByHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool EntityRevisionHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetListingRevision() const
AssetListingItem & WithListingUpdatedBy(ListingUpdatedByT &&value)
AssetListingItem & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetListingCreatedBy() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetListingRevision(ListingRevisionT &&value)
bool ListingCreatedByHasBeenSet() const
AssetListingItem & WithAdditionalAttributes(AdditionalAttributesT &&value)
void SetEntityType(EntityTypeT &&value)
bool ListingIdHasBeenSet() const
AssetListingItem & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetName() const
AssetListingItem & WithDescription(DescriptionT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
AssetListingItem & WithEntityType(EntityTypeT &&value)
const Aws::String & GetOwningProjectId() const
AssetListingItem & WithOwningProjectId(OwningProjectIdT &&value)
bool ListingRevisionHasBeenSet() const
void SetListingId(ListingIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< DetailedGlossaryTerm > & GetGlossaryTerms() const
bool AdditionalAttributesHasBeenSet() const
bool EntityIdHasBeenSet() const
void SetGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
bool GovernedGlossaryTermsHasBeenSet() const
AssetListingItem & WithGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
AssetListingItem & WithName(NameT &&value)
AssetListingItem & AddGovernedGlossaryTerms(GovernedGlossaryTermsT &&value)
void SetListingUpdatedBy(ListingUpdatedByT &&value)
AWS_DATAZONE_API AssetListingItem()=default
void SetEntityRevision(EntityRevisionT &&value)
const Aws::String & GetListingId() const
const Aws::String & GetDescription() const
AssetListingItem & WithListingRevision(ListingRevisionT &&value)
const AssetListingItemAdditionalAttributes & GetAdditionalAttributes() const
AssetListingItem & WithCreatedAt(CreatedAtT &&value)
bool NameHasBeenSet() const
AssetListingItem & WithListingCreatedBy(ListingCreatedByT &&value)
void SetListingCreatedBy(ListingCreatedByT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DATAZONE_API AssetListingItem(Aws::Utils::Json::JsonView jsonValue)
AssetListingItem & WithEntityRevision(EntityRevisionT &&value)
const Aws::String & GetListingUpdatedBy() const
void SetCreatedAt(CreatedAtT &&value)
void SetEntityId(EntityIdT &&value)
const Aws::Vector< DetailedGlossaryTerm > & GetGovernedGlossaryTerms() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetEntityType() const
bool OwningProjectIdHasBeenSet() 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