7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
59 template <
typename IdT = Aws::String>
61 m_idHasBeenSet =
true;
62 m_id = std::forward<IdT>(value);
64 template <
typename IdT = Aws::String>
66 SetId(std::forward<IdT>(value));
77 template <
typename RevisionT = Aws::String>
79 m_revisionHasBeenSet =
true;
80 m_revision = std::forward<RevisionT>(value);
82 template <
typename RevisionT = Aws::String>
95 template <
typename CreatedByT = Aws::String>
97 m_createdByHasBeenSet =
true;
98 m_createdBy = std::forward<CreatedByT>(value);
100 template <
typename CreatedByT = Aws::String>
113 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 m_createdAtHasBeenSet =
true;
116 m_createdAt = std::forward<CreatedAtT>(value);
118 template <
typename CreatedAtT = Aws::Utils::DateTime>
134 bool m_domainIdHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
136 bool m_revisionHasBeenSet =
false;
137 bool m_createdByHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
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