7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/qldb/QLDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/qldb/model/S3ExportConfiguration.h>
12#include <aws/qldb/model/OutputFormat.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
64 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
65 void SetInclusiveStartTime(InclusiveStartTimeT&& value) { m_inclusiveStartTimeHasBeenSet =
true; m_inclusiveStartTime = std::forward<InclusiveStartTimeT>(value); }
66 template<
typename InclusiveStartTimeT = Aws::Utils::DateTime>
81 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
82 void SetExclusiveEndTime(ExclusiveEndTimeT&& value) { m_exclusiveEndTimeHasBeenSet =
true; m_exclusiveEndTime = std::forward<ExclusiveEndTimeT>(value); }
83 template<
typename ExclusiveEndTimeT = Aws::Utils::DateTime>
94 template<
typename S3ExportConfigurationT = S3ExportConfiguration>
95 void SetS3ExportConfiguration(S3ExportConfigurationT&& value) { m_s3ExportConfigurationHasBeenSet =
true; m_s3ExportConfiguration = std::forward<S3ExportConfigurationT>(value); }
96 template<
typename S3ExportConfigurationT = S3ExportConfiguration>
113 template<
typename RoleArnT = Aws::String>
114 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
115 template<
typename RoleArnT = Aws::String>
139 bool m_nameHasBeenSet =
false;
142 bool m_inclusiveStartTimeHasBeenSet =
false;
145 bool m_exclusiveEndTimeHasBeenSet =
false;
147 S3ExportConfiguration m_s3ExportConfiguration;
148 bool m_s3ExportConfigurationHasBeenSet =
false;
151 bool m_roleArnHasBeenSet =
false;
154 bool m_outputFormatHasBeenSet =
false;
AWS_QLDB_API Aws::String SerializePayload() const override
bool RoleArnHasBeenSet() const
void SetInclusiveStartTime(InclusiveStartTimeT &&value)
bool ExclusiveEndTimeHasBeenSet() const
ExportJournalToS3Request & WithInclusiveStartTime(InclusiveStartTimeT &&value)
const Aws::Utils::DateTime & GetInclusiveStartTime() const
ExportJournalToS3Request & WithS3ExportConfiguration(S3ExportConfigurationT &&value)
const S3ExportConfiguration & GetS3ExportConfiguration() const
ExportJournalToS3Request & WithRoleArn(RoleArnT &&value)
void SetName(NameT &&value)
void SetExclusiveEndTime(ExclusiveEndTimeT &&value)
void SetS3ExportConfiguration(S3ExportConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
bool S3ExportConfigurationHasBeenSet() const
bool OutputFormatHasBeenSet() const
void SetOutputFormat(OutputFormat value)
ExportJournalToS3Request & WithOutputFormat(OutputFormat value)
void SetRoleArn(RoleArnT &&value)
AWS_QLDB_API ExportJournalToS3Request()=default
bool NameHasBeenSet() const
OutputFormat GetOutputFormat() const
const Aws::String & GetName() const
bool InclusiveStartTimeHasBeenSet() const
ExportJournalToS3Request & WithExclusiveEndTime(ExclusiveEndTimeT &&value)
const Aws::Utils::DateTime & GetExclusiveEndTime() const
ExportJournalToS3Request & WithName(NameT &&value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String