7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CreatedAtT = Aws::Utils::DateTime>
48 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
59 template<
typename CreatedByT = Aws::String>
60 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
61 template<
typename CreatedByT = Aws::String>
71 template<
typename DomainIdT = Aws::String>
72 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
73 template<
typename DomainIdT = Aws::String>
83 template<
typename IdT = Aws::String>
84 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
85 template<
typename IdT = Aws::String>
95 template<
typename RevisionT = Aws::String>
96 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
97 template<
typename RevisionT = Aws::String>
103 bool m_createdAtHasBeenSet =
false;
106 bool m_createdByHasBeenSet =
false;
109 bool m_domainIdHasBeenSet =
false;
112 bool m_idHasBeenSet =
false;
115 bool m_revisionHasBeenSet =
false;
void SetRevision(RevisionT &&value)
AWS_DATAZONE_API AssetRevision()=default
AssetRevision & WithRevision(RevisionT &&value)
void SetCreatedBy(CreatedByT &&value)
bool DomainIdHasBeenSet() const
AssetRevision & WithCreatedBy(CreatedByT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetId() const
AssetRevision & WithCreatedAt(CreatedAtT &&value)
AssetRevision & WithDomainId(DomainIdT &&value)
AssetRevision & WithId(IdT &&value)
AWS_DATAZONE_API AssetRevision(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
bool IdHasBeenSet() const
bool RevisionHasBeenSet() const
const Aws::String & GetCreatedBy() const
const Aws::String & GetRevision() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDomainId() const
bool CreatedByHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_DATAZONE_API AssetRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue