7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AssetListingItemAdditionalAttributes.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/DetailedGlossaryTerm.h>
52 template<
typename AdditionalAttributesT = AssetListingItemAdditionalAttributes>
53 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
54 template<
typename AdditionalAttributesT = AssetListingItemAdditionalAttributes>
65 template<
typename CreatedAtT = Aws::Utils::DateTime>
66 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
67 template<
typename CreatedAtT = Aws::Utils::DateTime>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
89 template<
typename EntityIdT = Aws::String>
90 void SetEntityId(EntityIdT&& value) { m_entityIdHasBeenSet =
true; m_entityId = std::forward<EntityIdT>(value); }
91 template<
typename EntityIdT = Aws::String>
101 template<
typename EntityRevisionT = Aws::String>
102 void SetEntityRevision(EntityRevisionT&& value) { m_entityRevisionHasBeenSet =
true; m_entityRevision = std::forward<EntityRevisionT>(value); }
103 template<
typename EntityRevisionT = Aws::String>
113 template<
typename EntityTypeT = Aws::String>
114 void SetEntityType(EntityTypeT&& value) { m_entityTypeHasBeenSet =
true; m_entityType = std::forward<EntityTypeT>(value); }
115 template<
typename EntityTypeT = Aws::String>
125 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
126 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
127 template<
typename GlossaryTermsT = Aws::Vector<DetailedGlossaryTerm>>
129 template<
typename GlossaryTermsT = DetailedGlossaryTerm>
130 AssetListingItem&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
139 template<
typename ListingCreatedByT = Aws::String>
140 void SetListingCreatedBy(ListingCreatedByT&& value) { m_listingCreatedByHasBeenSet =
true; m_listingCreatedBy = std::forward<ListingCreatedByT>(value); }
141 template<
typename ListingCreatedByT = Aws::String>
152 template<
typename ListingIdT = Aws::String>
153 void SetListingId(ListingIdT&& value) { m_listingIdHasBeenSet =
true; m_listingId = std::forward<ListingIdT>(value); }
154 template<
typename ListingIdT = Aws::String>
164 template<
typename ListingRevisionT = Aws::String>
165 void SetListingRevision(ListingRevisionT&& value) { m_listingRevisionHasBeenSet =
true; m_listingRevision = std::forward<ListingRevisionT>(value); }
166 template<
typename ListingRevisionT = Aws::String>
176 template<
typename ListingUpdatedByT = Aws::String>
177 void SetListingUpdatedBy(ListingUpdatedByT&& value) { m_listingUpdatedByHasBeenSet =
true; m_listingUpdatedBy = std::forward<ListingUpdatedByT>(value); }
178 template<
typename ListingUpdatedByT = Aws::String>
188 template<
typename NameT = Aws::String>
189 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
190 template<
typename NameT = Aws::String>
200 template<
typename OwningProjectIdT = Aws::String>
201 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
202 template<
typename OwningProjectIdT = Aws::String>
208 bool m_additionalAttributesHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
214 bool m_descriptionHasBeenSet =
false;
217 bool m_entityIdHasBeenSet =
false;
220 bool m_entityRevisionHasBeenSet =
false;
223 bool m_entityTypeHasBeenSet =
false;
226 bool m_glossaryTermsHasBeenSet =
false;
229 bool m_listingCreatedByHasBeenSet =
false;
232 bool m_listingIdHasBeenSet =
false;
235 bool m_listingRevisionHasBeenSet =
false;
238 bool m_listingUpdatedByHasBeenSet =
false;
241 bool m_nameHasBeenSet =
false;
244 bool m_owningProjectIdHasBeenSet =
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
AssetListingItem & WithName(NameT &&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)
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