7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
41 template <
typename S3BucketOwnerT = Aws::String>
43 m_s3BucketOwnerHasBeenSet =
true;
44 m_s3BucketOwner = std::forward<S3BucketOwnerT>(value);
46 template <
typename S3BucketOwnerT = Aws::String>
59 template <
typename S3BucketT = Aws::String>
61 m_s3BucketHasBeenSet =
true;
62 m_s3Bucket = std::forward<S3BucketT>(value);
64 template <
typename S3BucketT = Aws::String>
77 template <
typename S3KeyPrefixT = Aws::String>
79 m_s3KeyPrefixHasBeenSet =
true;
80 m_s3KeyPrefix = std::forward<S3KeyPrefixT>(value);
82 template <
typename S3KeyPrefixT = Aws::String>
94 bool m_s3BucketOwnerHasBeenSet =
false;
95 bool m_s3BucketHasBeenSet =
false;
96 bool m_s3KeyPrefixHasBeenSet =
false;
S3BucketSource & WithS3KeyPrefix(S3KeyPrefixT &&value)
void SetS3BucketOwner(S3BucketOwnerT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API S3BucketSource(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API S3BucketSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3BucketOwnerHasBeenSet() const
void SetS3KeyPrefix(S3KeyPrefixT &&value)
AWS_DYNAMODB_API S3BucketSource()=default
bool S3KeyPrefixHasBeenSet() const
S3BucketSource & WithS3Bucket(S3BucketT &&value)
S3BucketSource & WithS3BucketOwner(S3BucketOwnerT &&value)
const Aws::String & GetS3Bucket() const
const Aws::String & GetS3KeyPrefix() const
const Aws::String & GetS3BucketOwner() const
void SetS3Bucket(S3BucketT &&value)
bool S3BucketHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue