7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/timestream-query/model/S3EncryptionOption.h>
22namespace TimestreamQuery
48 template<
typename BucketNameT = Aws::String>
50 template<
typename BucketNameT = Aws::String>
61 template<
typename ObjectKeyPrefixT = Aws::String>
63 template<
typename ObjectKeyPrefixT = Aws::String>
80 bool m_bucketNameHasBeenSet =
false;
83 bool m_objectKeyPrefixHasBeenSet =
false;
86 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