7#include <aws/qldb/QLDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qldb/model/S3EncryptionConfiguration.h>
52 template<
typename BucketT = Aws::String>
53 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
54 template<
typename BucketT = Aws::String>
72 template<
typename PrefixT = Aws::String>
73 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
74 template<
typename PrefixT = Aws::String>
85 template<
typename EncryptionConfigurationT = S3EncryptionConfiguration>
86 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
87 template<
typename EncryptionConfigurationT = S3EncryptionConfiguration>
93 bool m_bucketHasBeenSet =
false;
96 bool m_prefixHasBeenSet =
false;
99 bool m_encryptionConfigurationHasBeenSet =
false;
bool PrefixHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
bool EncryptionConfigurationHasBeenSet() const
AWS_QLDB_API S3ExportConfiguration()=default
const Aws::String & GetBucket() const
bool BucketHasBeenSet() const
S3ExportConfiguration & WithPrefix(PrefixT &&value)
S3ExportConfiguration & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
S3ExportConfiguration & WithBucket(BucketT &&value)
void SetPrefix(PrefixT &&value)
AWS_QLDB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QLDB_API S3ExportConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QLDB_API S3ExportConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3EncryptionConfiguration & GetEncryptionConfiguration() const
void SetBucket(BucketT &&value)
const Aws::String & GetPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue