7#include <aws/dataexchange/DataExchange_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
60 template<
typename CommentT = Aws::String>
61 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
62 template<
typename CommentT = Aws::String>
72 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename DataSetIdT = Aws::String>
86 void SetDataSetId(DataSetIdT&& value) { m_dataSetIdHasBeenSet =
true; m_dataSetId = std::forward<DataSetIdT>(value); }
87 template<
typename DataSetIdT = Aws::String>
103 inline void SetFinalized(
bool value) { m_finalizedHasBeenSet =
true; m_finalized = value; }
113 template<
typename IdT = Aws::String>
114 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
115 template<
typename IdT = Aws::String>
127 template<
typename SourceIdT = Aws::String>
128 void SetSourceId(SourceIdT&& value) { m_sourceIdHasBeenSet =
true; m_sourceId = std::forward<SourceIdT>(value); }
129 template<
typename SourceIdT = Aws::String>
139 template<
typename UpdatedAtT = Aws::Utils::DateTime>
140 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
141 template<
typename UpdatedAtT = Aws::Utils::DateTime>
152 template<
typename RevocationCommentT = Aws::String>
153 void SetRevocationComment(RevocationCommentT&& value) { m_revocationCommentHasBeenSet =
true; m_revocationComment = std::forward<RevocationCommentT>(value); }
154 template<
typename RevocationCommentT = Aws::String>
164 inline void SetRevoked(
bool value) { m_revokedHasBeenSet =
true; m_revoked = value; }
174 template<
typename RevokedAtT = Aws::Utils::DateTime>
175 void SetRevokedAt(RevokedAtT&& value) { m_revokedAtHasBeenSet =
true; m_revokedAt = std::forward<RevokedAtT>(value); }
176 template<
typename RevokedAtT = Aws::Utils::DateTime>
182 bool m_arnHasBeenSet =
false;
185 bool m_commentHasBeenSet =
false;
188 bool m_createdAtHasBeenSet =
false;
191 bool m_dataSetIdHasBeenSet =
false;
193 bool m_finalized{
false};
194 bool m_finalizedHasBeenSet =
false;
197 bool m_idHasBeenSet =
false;
200 bool m_sourceIdHasBeenSet =
false;
203 bool m_updatedAtHasBeenSet =
false;
206 bool m_revocationCommentHasBeenSet =
false;
208 bool m_revoked{
false};
209 bool m_revokedHasBeenSet =
false;
212 bool m_revokedAtHasBeenSet =
false;
const Aws::String & GetId() const
RevisionEntry & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetRevokedAt(RevokedAtT &&value)
bool RevocationCommentHasBeenSet() const
void SetDataSetId(DataSetIdT &&value)
void SetArn(ArnT &&value)
bool GetFinalized() const
const Aws::String & GetSourceId() const
RevisionEntry & WithFinalized(bool value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_DATAEXCHANGE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAEXCHANGE_API RevisionEntry()=default
bool ArnHasBeenSet() const
bool CommentHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetSourceId(SourceIdT &&value)
const Aws::String & GetComment() const
bool FinalizedHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDataSetId() const
const Aws::String & GetRevocationComment() const
bool DataSetIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_DATAEXCHANGE_API RevisionEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFinalized(bool value)
bool RevokedHasBeenSet() const
RevisionEntry & WithRevocationComment(RevocationCommentT &&value)
RevisionEntry & WithArn(ArnT &&value)
void SetRevocationComment(RevocationCommentT &&value)
void SetComment(CommentT &&value)
bool IdHasBeenSet() const
bool SourceIdHasBeenSet() const
void SetRevoked(bool value)
RevisionEntry & WithComment(CommentT &&value)
RevisionEntry & WithId(IdT &&value)
bool RevokedAtHasBeenSet() const
const Aws::Utils::DateTime & GetRevokedAt() const
RevisionEntry & WithRevokedAt(RevokedAtT &&value)
AWS_DATAEXCHANGE_API RevisionEntry(Aws::Utils::Json::JsonView jsonValue)
RevisionEntry & WithRevoked(bool value)
bool UpdatedAtHasBeenSet() const
RevisionEntry & WithCreatedAt(CreatedAtT &&value)
RevisionEntry & WithSourceId(SourceIdT &&value)
RevisionEntry & WithDataSetId(DataSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue