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>
75 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
89 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
104 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
118 inline void SetExternalIdentifier(
const char* value) { m_externalIdentifierHasBeenSet =
true; m_externalIdentifier.assign(value); }
146 inline void SetFirstRevisionCreatedBy(
const char* value) { m_firstRevisionCreatedByHasBeenSet =
true; m_firstRevisionCreatedBy.assign(value); }
164 inline AssetItem&
AddGlossaryTerms(
const char* value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms.push_back(value);
return *
this; }
175 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
189 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
204 inline void SetOwningProjectId(
const char* value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId.assign(value); }
219 inline void SetTypeIdentifier(
const char* value) { m_typeIdentifierHasBeenSet =
true; m_typeIdentifier.assign(value); }
233 inline void SetTypeRevision(
const char* value) { m_typeRevisionHasBeenSet =
true; m_typeRevision.assign(value); }
241 bool m_additionalAttributesHasBeenSet =
false;
244 bool m_createdAtHasBeenSet =
false;
247 bool m_createdByHasBeenSet =
false;
250 bool m_descriptionHasBeenSet =
false;
253 bool m_domainIdHasBeenSet =
false;
256 bool m_externalIdentifierHasBeenSet =
false;
259 bool m_firstRevisionCreatedAtHasBeenSet =
false;
262 bool m_firstRevisionCreatedByHasBeenSet =
false;
265 bool m_glossaryTermsHasBeenSet =
false;
268 bool m_identifierHasBeenSet =
false;
271 bool m_nameHasBeenSet =
false;
274 bool m_owningProjectIdHasBeenSet =
false;
277 bool m_typeIdentifierHasBeenSet =
false;
280 bool m_typeRevisionHasBeenSet =
false;
AssetItem & WithAdditionalAttributes(AssetItemAdditionalAttributes &&value)
bool DescriptionHasBeenSet() const
AssetItem & WithDomainId(Aws::String &&value)
void SetDomainId(const Aws::String &value)
const Aws::String & GetExternalIdentifier() const
AssetItem & WithOwningProjectId(const Aws::String &value)
AssetItem & WithTypeIdentifier(Aws::String &&value)
bool AdditionalAttributesHasBeenSet() const
void SetTypeIdentifier(Aws::String &&value)
AWS_DATAZONE_API AssetItem(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(const Aws::String &value)
AssetItem & WithFirstRevisionCreatedBy(const Aws::String &value)
bool FirstRevisionCreatedByHasBeenSet() const
AssetItem & WithTypeIdentifier(const Aws::String &value)
bool ExternalIdentifierHasBeenSet() const
AssetItem & WithTypeRevision(Aws::String &&value)
AssetItem & WithCreatedBy(const Aws::String &value)
void SetGlossaryTerms(const Aws::Vector< Aws::String > &value)
void SetOwningProjectId(Aws::String &&value)
bool DomainIdHasBeenSet() const
void SetTypeIdentifier(const char *value)
void SetTypeRevision(Aws::String &&value)
void SetExternalIdentifier(const char *value)
const Aws::String & GetTypeIdentifier() const
bool NameHasBeenSet() const
AssetItem & WithCreatedAt(const Aws::Utils::DateTime &value)
AssetItem & WithIdentifier(const char *value)
AssetItem & WithName(const Aws::String &value)
AssetItem & WithGlossaryTerms(Aws::Vector< Aws::String > &&value)
const Aws::String & GetOwningProjectId() const
const AssetItemAdditionalAttributes & GetAdditionalAttributes() const
const Aws::String & GetDescription() const
void SetIdentifier(Aws::String &&value)
AssetItem & WithDescription(const Aws::String &value)
AssetItem & AddGlossaryTerms(Aws::String &&value)
void SetCreatedBy(const char *value)
bool FirstRevisionCreatedAtHasBeenSet() const
bool GlossaryTermsHasBeenSet() const
AssetItem & WithDescription(Aws::String &&value)
void SetFirstRevisionCreatedAt(Aws::Utils::DateTime &&value)
bool OwningProjectIdHasBeenSet() const
bool TypeIdentifierHasBeenSet() const
void SetCreatedBy(const Aws::String &value)
const Aws::String & GetCreatedBy() const
AssetItem & WithName(const char *value)
AssetItem & WithCreatedBy(Aws::String &&value)
const Aws::String & GetTypeRevision() const
AssetItem & WithTypeIdentifier(const char *value)
void SetFirstRevisionCreatedAt(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetFirstRevisionCreatedAt() const
void SetOwningProjectId(const char *value)
void SetName(Aws::String &&value)
AssetItem & WithExternalIdentifier(Aws::String &&value)
void SetFirstRevisionCreatedBy(const char *value)
void SetExternalIdentifier(const Aws::String &value)
AssetItem & WithFirstRevisionCreatedAt(Aws::Utils::DateTime &&value)
void SetTypeRevision(const char *value)
const Aws::Utils::DateTime & GetCreatedAt() const
AssetItem & WithExternalIdentifier(const Aws::String &value)
AssetItem & WithTypeRevision(const Aws::String &value)
void SetAdditionalAttributes(AssetItemAdditionalAttributes &&value)
void SetIdentifier(const char *value)
AssetItem & WithFirstRevisionCreatedBy(const char *value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
AWS_DATAZONE_API AssetItem()
AssetItem & WithDomainId(const char *value)
AssetItem & WithFirstRevisionCreatedAt(const Aws::Utils::DateTime &value)
AssetItem & WithIdentifier(Aws::String &&value)
AssetItem & WithTypeRevision(const char *value)
void SetGlossaryTerms(Aws::Vector< Aws::String > &&value)
AssetItem & WithIdentifier(const Aws::String &value)
AssetItem & AddGlossaryTerms(const char *value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool CreatedAtHasBeenSet() const
AssetItem & WithDomainId(const Aws::String &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetTypeRevision(const Aws::String &value)
AssetItem & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetName(const Aws::String &value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AssetItem & AddGlossaryTerms(const Aws::String &value)
void SetFirstRevisionCreatedBy(Aws::String &&value)
const Aws::String & GetFirstRevisionCreatedBy() const
bool IdentifierHasBeenSet() const
void SetDescription(Aws::String &&value)
void SetOwningProjectId(const Aws::String &value)
AssetItem & WithExternalIdentifier(const char *value)
void SetDomainId(const char *value)
AWS_DATAZONE_API AssetItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TypeRevisionHasBeenSet() const
void SetDomainId(Aws::String &&value)
void SetIdentifier(const Aws::String &value)
AssetItem & WithDescription(const char *value)
bool CreatedByHasBeenSet() const
const Aws::String & GetName() const
void SetFirstRevisionCreatedBy(const Aws::String &value)
AssetItem & WithOwningProjectId(const char *value)
void SetCreatedBy(Aws::String &&value)
const Aws::String & GetIdentifier() const
AssetItem & WithName(Aws::String &&value)
AssetItem & WithGlossaryTerms(const Aws::Vector< Aws::String > &value)
void SetAdditionalAttributes(const AssetItemAdditionalAttributes &value)
const Aws::String & GetDomainId() const
void SetName(const char *value)
AssetItem & WithOwningProjectId(Aws::String &&value)
void SetDescription(const char *value)
AssetItem & WithFirstRevisionCreatedBy(Aws::String &&value)
AssetItem & WithAdditionalAttributes(const AssetItemAdditionalAttributes &value)
AssetItem & WithCreatedBy(const char *value)
void SetTypeIdentifier(const Aws::String &value)
void SetExternalIdentifier(Aws::String &&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