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
48 template<
typename BucketNameT = Aws::String>
49 void SetBucketName(BucketNameT&& value) { m_bucketNameHasBeenSet =
true; m_bucketName = std::forward<BucketNameT>(value); }
50 template<
typename BucketNameT = Aws::String>
60 template<
typename ObjectKeyPrefixT = Aws::String>
61 void SetObjectKeyPrefix(ObjectKeyPrefixT&& value) { m_objectKeyPrefixHasBeenSet =
true; m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value); }
62 template<
typename ObjectKeyPrefixT = Aws::String>
85 template<
typename KmsKeyIdT = Aws::String>
86 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
87 template<
typename KmsKeyIdT = Aws::String>
93 bool m_bucketNameHasBeenSet =
false;
96 bool m_objectKeyPrefixHasBeenSet =
false;
99 bool m_encryptionOptionHasBeenSet =
false;
102 bool m_kmsKeyIdHasBeenSet =
false;
bool BucketNameHasBeenSet() const
S3Configuration & WithKmsKeyId(KmsKeyIdT &&value)
void SetEncryptionOption(S3EncryptionOption value)
AWS_TIMESTREAMWRITE_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EncryptionOptionHasBeenSet() const
bool ObjectKeyPrefixHasBeenSet() const
AWS_TIMESTREAMWRITE_API S3Configuration()=default
S3Configuration & WithEncryptionOption(S3EncryptionOption value)
void SetBucketName(BucketNameT &&value)
bool KmsKeyIdHasBeenSet() const
S3EncryptionOption GetEncryptionOption() const
S3Configuration & WithBucketName(BucketNameT &&value)
void SetObjectKeyPrefix(ObjectKeyPrefixT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
S3Configuration & WithObjectKeyPrefix(ObjectKeyPrefixT &&value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetBucketName() const
AWS_TIMESTREAMWRITE_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetObjectKeyPrefix() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue