7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AssetItemAdditionalAttributes.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>
49 template<
typename AdditionalAttributesT = AssetItemAdditionalAttributes>
50 void SetAdditionalAttributes(AdditionalAttributesT&& value) { m_additionalAttributesHasBeenSet =
true; m_additionalAttributes = std::forward<AdditionalAttributesT>(value); }
51 template<
typename AdditionalAttributesT = AssetItemAdditionalAttributes>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename CreatedByT = Aws::String>
74 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
75 template<
typename CreatedByT = Aws::String>
85 template<
typename DescriptionT = Aws::String>
86 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
87 template<
typename DescriptionT = Aws::String>
98 template<
typename DomainIdT = Aws::String>
99 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
100 template<
typename DomainIdT = Aws::String>
110 template<
typename ExternalIdentifierT = Aws::String>
111 void SetExternalIdentifier(ExternalIdentifierT&& value) { m_externalIdentifierHasBeenSet =
true; m_externalIdentifier = std::forward<ExternalIdentifierT>(value); }
112 template<
typename ExternalIdentifierT = Aws::String>
123 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
124 void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT&& value) { m_firstRevisionCreatedAtHasBeenSet =
true; m_firstRevisionCreatedAt = std::forward<FirstRevisionCreatedAtT>(value); }
125 template<
typename FirstRevisionCreatedAtT = Aws::Utils::DateTime>
136 template<
typename FirstRevisionCreatedByT = Aws::String>
137 void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT&& value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy = std::forward<FirstRevisionCreatedByT>(value); }
138 template<
typename FirstRevisionCreatedByT = Aws::String>
148 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
149 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
150 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
152 template<
typename GlossaryTermsT = Aws::String>
153 AssetItem&
AddGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
return *
this; }
162 template<
typename IdentifierT = Aws::String>
163 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
164 template<
typename IdentifierT = Aws::String>
174 template<
typename NameT = Aws::String>
175 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
176 template<
typename NameT = Aws::String>
187 template<
typename OwningProjectIdT = Aws::String>
188 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
189 template<
typename OwningProjectIdT = Aws::String>
200 template<
typename TypeIdentifierT = Aws::String>
201 void SetTypeIdentifier(TypeIdentifierT&& value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier = std::forward<TypeIdentifierT>(value); }
202 template<
typename TypeIdentifierT = Aws::String>
212 template<
typename TypeRevisionT = Aws::String>
213 void SetTypeRevision(TypeRevisionT&& value) { m_typeRevisionHasBeenSet =
true; m_typeRevision = std::forward<TypeRevisionT>(value); }
214 template<
typename TypeRevisionT = Aws::String>
220 bool m_additionalAttributesHasBeenSet =
false;
223 bool m_createdAtHasBeenSet =
false;
226 bool m_createdByHasBeenSet =
false;
229 bool m_descriptionHasBeenSet =
false;
232 bool m_domainIdHasBeenSet =
false;
235 bool m_externalIdentifierHasBeenSet =
false;
238 bool m_firstRevisionCreatedAtHasBeenSet =
false;
241 bool m_firstRevisionCreatedByHasBeenSet =
false;
244 bool m_glossaryTermsHasBeenSet =
false;
247 bool m_identifierHasBeenSet =
false;
250 bool m_nameHasBeenSet =
false;
253 bool m_owningProjectIdHasBeenSet =
false;
256 bool m_typeIdentifierHasBeenSet =
false;
259 bool m_typeRevisionHasBeenSet =
false;
bool DescriptionHasBeenSet() const
AssetItem & AddGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetExternalIdentifier() const
bool AdditionalAttributesHasBeenSet() const
AWS_DATAZONE_API AssetItem(Aws::Utils::Json::JsonView jsonValue)
bool FirstRevisionCreatedByHasBeenSet() const
bool ExternalIdentifierHasBeenSet() const
bool DomainIdHasBeenSet() const
void SetGlossaryTerms(GlossaryTermsT &&value)
AssetItem & WithDomainId(DomainIdT &&value)
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetTypeIdentifier() const
void SetTypeRevision(TypeRevisionT &&value)
AssetItem & WithOwningProjectId(OwningProjectIdT &&value)
bool NameHasBeenSet() const
const Aws::String & GetOwningProjectId() const
const AssetItemAdditionalAttributes & GetAdditionalAttributes() const
const Aws::String & GetDescription() const
bool FirstRevisionCreatedAtHasBeenSet() const
bool GlossaryTermsHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
bool OwningProjectIdHasBeenSet() const
bool TypeIdentifierHasBeenSet() const
const Aws::String & GetCreatedBy() const
AssetItem & WithCreatedBy(CreatedByT &&value)
void SetIdentifier(IdentifierT &&value)
AssetItem & WithDescription(DescriptionT &&value)
const Aws::String & GetTypeRevision() const
AssetItem & WithTypeIdentifier(TypeIdentifierT &&value)
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
AssetItem & WithAdditionalAttributes(AdditionalAttributesT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetExternalIdentifier(ExternalIdentifierT &&value)
AssetItem & WithFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
AssetItem & WithExternalIdentifier(ExternalIdentifierT &&value)
AssetItem & WithCreatedAt(CreatedAtT &&value)
void SetAdditionalAttributes(AdditionalAttributesT &&value)
bool CreatedAtHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetTypeIdentifier(TypeIdentifierT &&value)
AssetItem & WithFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
bool IdentifierHasBeenSet() const
void SetOwningProjectId(OwningProjectIdT &&value)
AssetItem & WithGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API AssetItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeRevisionHasBeenSet() const
AWS_DATAZONE_API AssetItem()=default
bool CreatedByHasBeenSet() const
const Aws::String & GetName() const
void SetFirstRevisionCreatedAt(FirstRevisionCreatedAtT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetDomainId() const
void SetFirstRevisionCreatedBy(FirstRevisionCreatedByT &&value)
AssetItem & WithName(NameT &&value)
AssetItem & WithTypeRevision(TypeRevisionT &&value)
AssetItem & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue