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;
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