7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/AnalyticsS3ExportFileFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename BucketAccountIdT = Aws::String>
62 void SetBucketAccountId(BucketAccountIdT&& value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId = std::forward<BucketAccountIdT>(value); }
63 template<
typename BucketAccountIdT = Aws::String>
73 template<
typename BucketT = Aws::String>
74 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
75 template<
typename BucketT = Aws::String>
86 template<
typename PrefixT = Aws::String>
87 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
88 template<
typename PrefixT = Aws::String>
94 bool m_formatHasBeenSet =
false;
97 bool m_bucketAccountIdHasBeenSet =
false;
100 bool m_bucketHasBeenSet =
false;
103 bool m_prefixHasBeenSet =
false;
void SetBucket(BucketT &&value)
AWS_S3_API AnalyticsS3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetBucketAccountId(BucketAccountIdT &&value)
AnalyticsS3BucketDestination & WithFormat(AnalyticsS3ExportFileFormat value)
AnalyticsS3ExportFileFormat GetFormat() const
const Aws::String & GetBucketAccountId() const
void SetFormat(AnalyticsS3ExportFileFormat value)
AWS_S3_API AnalyticsS3BucketDestination()=default
AnalyticsS3BucketDestination & WithPrefix(PrefixT &&value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetPrefix(PrefixT &&value)
const Aws::String & GetPrefix() const
bool BucketAccountIdHasBeenSet() const
bool FormatHasBeenSet() const
const Aws::String & GetBucket() const
AWS_S3_API AnalyticsS3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool PrefixHasBeenSet() const
AnalyticsS3BucketDestination & WithBucket(BucketT &&value)
bool BucketHasBeenSet() const
AnalyticsS3BucketDestination & WithBucketAccountId(BucketAccountIdT &&value)
AnalyticsS3ExportFileFormat
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String