7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/S3EncryptionOption.h>
20namespace TimestreamQuery {
42 template <
typename BucketNameT = Aws::String>
44 m_bucketNameHasBeenSet =
true;
45 m_bucketName = std::forward<BucketNameT>(value);
47 template <
typename BucketNameT = Aws::String>
61 template <
typename ObjectKeyPrefixT = Aws::String>
63 m_objectKeyPrefixHasBeenSet =
true;
64 m_objectKeyPrefix = std::forward<ObjectKeyPrefixT>(value);
66 template <
typename ObjectKeyPrefixT = Aws::String>
81 m_encryptionOptionHasBeenSet =
true;
82 m_encryptionOption = value;
95 bool m_bucketNameHasBeenSet =
false;
96 bool m_objectKeyPrefixHasBeenSet =
false;
97 bool m_encryptionOptionHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetObjectKeyPrefix(ObjectKeyPrefixT &&value)
bool EncryptionOptionHasBeenSet() const
AWS_TIMESTREAMQUERY_API S3Configuration()=default
S3Configuration & WithObjectKeyPrefix(ObjectKeyPrefixT &&value)
AWS_TIMESTREAMQUERY_API S3Configuration(Aws::Utils::Json::JsonView jsonValue)
S3Configuration & WithBucketName(BucketNameT &&value)
bool ObjectKeyPrefixHasBeenSet() const
bool BucketNameHasBeenSet() const
void SetEncryptionOption(S3EncryptionOption value)
S3Configuration & WithEncryptionOption(S3EncryptionOption value)
const Aws::String & GetObjectKeyPrefix() const
AWS_TIMESTREAMQUERY_API S3Configuration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetBucketName() const
S3EncryptionOption GetEncryptionOption() const
void SetBucketName(BucketNameT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue