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 CreatedAtT = Aws::Utils::DateTime>
97 m_createdAtHasBeenSet =
true;
98 m_createdAt = std::forward<CreatedAtT>(value);
100 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename CreatedByT = Aws::String>
115 m_createdByHasBeenSet =
true;
116 m_createdBy = std::forward<CreatedByT>(value);
118 template <
typename CreatedByT = Aws::String>
134 bool m_domainIdHasBeenSet =
false;
135 bool m_idHasBeenSet =
false;
136 bool m_revisionHasBeenSet =
false;
137 bool m_createdAtHasBeenSet =
false;
138 bool m_createdByHasBeenSet =
false;
DataProductRevision & WithId(IdT &&value)
bool DomainIdHasBeenSet() const
DataProductRevision & WithDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
DataProductRevision & WithCreatedBy(CreatedByT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API DataProductRevision()=default
bool RevisionHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
DataProductRevision & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDomainId() const
DataProductRevision & WithRevision(RevisionT &&value)
bool IdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API DataProductRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRevision(RevisionT &&value)
const Aws::String & GetRevision() const
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API DataProductRevision(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedBy() const
const Aws::String & GetId() const
bool CreatedByHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue