7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
9#include <aws/timestream-write/model/S3EncryptionOption.h>
20namespace TimestreamWrite {
41 template <
typename BucketNameT = Aws::String>
43 m_bucketNameHasBeenSet =
true;
44 m_bucketName = std::forward<BucketNameT>(value);
46 template <
typename BucketNameT = Aws::String>
59 template <
typename ObjectKeyPrefixT = Aws::String>
61 m_objectKeyPrefixHasBeenSet =
true;
62 m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value);
64 template <
typename ObjectKeyPrefixT = Aws::String>
78 m_encryptionOptionHasBeenSet =
true;
79 m_encryptionOption = value;
93 template <
typename KmsKeyIdT = Aws::String>
95 m_kmsKeyIdHasBeenSet =
true;
96 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
98 template <
typename KmsKeyIdT = Aws::String>
112 bool m_bucketNameHasBeenSet =
false;
113 bool m_objectKeyPrefixHasBeenSet =
false;
114 bool m_encryptionOptionHasBeenSet =
false;
115 bool m_kmsKeyIdHasBeenSet =
false;
ReportS3Configuration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKmsKeyId(KmsKeyIdT &&value)
ReportS3Configuration & WithObjectKeyPrefix(ObjectKeyPrefixT &&value)
AWS_TIMESTREAMWRITE_API ReportS3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
AWS_TIMESTREAMWRITE_API ReportS3Configuration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API ReportS3Configuration()=default
void SetObjectKeyPrefix(ObjectKeyPrefixT &&value)
bool BucketNameHasBeenSet() const
ReportS3Configuration & WithEncryptionOption(S3EncryptionOption value)
const Aws::String & GetKmsKeyId() const
void SetEncryptionOption(S3EncryptionOption value)
bool KmsKeyIdHasBeenSet() const
void SetBucketName(BucketNameT &&value)
bool EncryptionOptionHasBeenSet() const
S3EncryptionOption GetEncryptionOption() const
bool ObjectKeyPrefixHasBeenSet() const
const Aws::String & GetObjectKeyPrefix() const
ReportS3Configuration & WithBucketName(BucketNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue