7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-write/model/S3EncryptionOption.h>
22namespace TimestreamWrite
47 template<
typename BucketNameT = Aws::String>
48 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
49 template<
typename BucketNameT = Aws::String>
59 template<
typename ObjectKeyPrefixT = Aws::String>
60 void SetObjectKeyPrefix(ObjectKeyPrefixT&& value) { m_objectKeyPrefixHasBeenSet =
true; m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value); }
61 template<
typename ObjectKeyPrefixT = Aws::String>
81 template<
typename KmsKeyIdT = Aws::String>
82 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
83 template<
typename KmsKeyIdT = Aws::String>
89 bool m_bucketNameHasBeenSet =
false;
92 bool m_objectKeyPrefixHasBeenSet =
false;
95 bool m_encryptionOptionHasBeenSet =
false;
98 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