7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/qldb/model/ExportStatus.h>
11#include <aws/qldb/model/S3ExportConfiguration.h>
12#include <aws/qldb/model/OutputFormat.h>
52 template<
typename LedgerNameT = Aws::String>
53 void SetLedgerName(LedgerNameT&& value) { m_ledgerNameHasBeenSet =
true; m_ledgerName = std::forward<LedgerNameT>(value); }
54 template<
typename LedgerNameT = Aws::String>
64 template<
typename ExportIdT = Aws::String>
65 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet =
true; m_exportId = std::forward<ExportIdT>(value); }
66 template<
typename ExportIdT = Aws::String>
78 template<
typename ExportCreationTimeT = Aws::Utils::DateTime>
79 void SetExportCreationTime(ExportCreationTimeT&& value) { m_exportCreationTimeHasBeenSet =
true; m_exportCreationTime = std::forward<ExportCreationTimeT>(value); }
80 template<
typename ExportCreationTimeT = Aws::Utils::DateTime>
101 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
102 void SetInclusiveStartTime(InclusiveStartTimeT&& value) { m_inclusiveStartTimeHasBeenSet =
true; m_inclusiveStartTime = std::forward<InclusiveStartTimeT>(value); }
103 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
114 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
115 void SetExclusiveEndTime(ExclusiveEndTimeT&& value) { m_exclusiveEndTimeHasBeenSet =
true; m_exclusiveEndTime = std::forward<ExclusiveEndTimeT>(value); }
116 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
124 template<
typename S3ExportConfigurationT = S3ExportConfiguration>
125 void SetS3ExportConfiguration(S3ExportConfigurationT&& value) { m_s3ExportConfigurationHasBeenSet =
true; m_s3ExportConfiguration = std::forward<S3ExportConfigurationT>(value); }
126 template<
typename S3ExportConfigurationT = S3ExportConfiguration>
140 template<
typename RoleArnT = Aws::String>
141 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
142 template<
typename RoleArnT = Aws::String>
158 bool m_ledgerNameHasBeenSet =
false;
161 bool m_exportIdHasBeenSet =
false;
164 bool m_exportCreationTimeHasBeenSet =
false;
167 bool m_statusHasBeenSet =
false;
170 bool m_inclusiveStartTimeHasBeenSet =
false;
173 bool m_exclusiveEndTimeHasBeenSet =
false;
175 S3ExportConfiguration m_s3ExportConfiguration;
176 bool m_s3ExportConfigurationHasBeenSet =
false;
179 bool m_roleArnHasBeenSet =
false;
182 bool m_outputFormatHasBeenSet =
false;
OutputFormat GetOutputFormat() const
void SetOutputFormat(OutputFormat value)
const Aws::String & GetLedgerName() const
const Aws::Utils::DateTime & GetInclusiveStartTime() const
JournalS3ExportDescription & WithExportId(ExportIdT &&value)
const S3ExportConfiguration & GetS3ExportConfiguration() const
bool OutputFormatHasBeenSet() const
bool S3ExportConfigurationHasBeenSet() const
bool InclusiveStartTimeHasBeenSet() const
bool StatusHasBeenSet() const
void SetStatus(ExportStatus value)
JournalS3ExportDescription & WithS3ExportConfiguration(S3ExportConfigurationT &&value)
const Aws::String & GetExportId() const
void SetInclusiveStartTime(InclusiveStartTimeT &&value)
AWS_QLDB_API JournalS3ExportDescription()=default
bool RoleArnHasBeenSet() const
JournalS3ExportDescription & WithExclusiveEndTime(ExclusiveEndTimeT &&value)
void SetExportId(ExportIdT &&value)
void SetExclusiveEndTime(ExclusiveEndTimeT &&value)
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetExportCreationTime() const
bool ExportCreationTimeHasBeenSet() const
JournalS3ExportDescription & WithStatus(ExportStatus value)
bool ExclusiveEndTimeHasBeenSet() const
void SetExportCreationTime(ExportCreationTimeT &&value)
void SetS3ExportConfiguration(S3ExportConfigurationT &&value)
AWS_QLDB_API JournalS3ExportDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_QLDB_API JournalS3ExportDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
JournalS3ExportDescription & WithRoleArn(RoleArnT &&value)
ExportStatus GetStatus() const
JournalS3ExportDescription & WithExportCreationTime(ExportCreationTimeT &&value)
void SetRoleArn(RoleArnT &&value)
JournalS3ExportDescription & WithOutputFormat(OutputFormat value)
bool ExportIdHasBeenSet() const
const Aws::Utils::DateTime & GetExclusiveEndTime() const
JournalS3ExportDescription & WithInclusiveStartTime(InclusiveStartTimeT &&value)
JournalS3ExportDescription & WithLedgerName(LedgerNameT &&value)
bool LedgerNameHasBeenSet() const
void SetLedgerName(LedgerNameT &&value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue