7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/AnalyticsS3ExportFileFormat.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetBucketAccountId(
const char* value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId.assign(value); }
79 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
94 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
102 bool m_formatHasBeenSet =
false;
105 bool m_bucketAccountIdHasBeenSet =
false;
108 bool m_bucketHasBeenSet =
false;
111 bool m_prefixHasBeenSet =
false;
bool BucketAccountIdHasBeenSet() const
void SetFormat(AnalyticsS3ExportFileFormat &&value)
const Aws::String & GetPrefix() const
AWS_S3CRT_API AnalyticsS3BucketDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
AnalyticsS3BucketDestination & WithBucket(Aws::String &&value)
void SetBucket(Aws::String &&value)
bool BucketHasBeenSet() const
const AnalyticsS3ExportFileFormat & GetFormat() const
void SetBucketAccountId(const Aws::String &value)
void SetBucketAccountId(const char *value)
void SetFormat(const AnalyticsS3ExportFileFormat &value)
AnalyticsS3BucketDestination & WithBucket(const char *value)
AnalyticsS3BucketDestination & WithFormat(const AnalyticsS3ExportFileFormat &value)
void SetPrefix(const char *value)
bool PrefixHasBeenSet() const
AnalyticsS3BucketDestination & WithFormat(AnalyticsS3ExportFileFormat &&value)
AnalyticsS3BucketDestination & WithBucketAccountId(const Aws::String &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AnalyticsS3BucketDestination & WithBucketAccountId(Aws::String &&value)
AnalyticsS3BucketDestination & WithBucket(const Aws::String &value)
const Aws::String & GetBucketAccountId() const
AnalyticsS3BucketDestination & WithPrefix(Aws::String &&value)
AWS_S3CRT_API AnalyticsS3BucketDestination()
AWS_S3CRT_API AnalyticsS3BucketDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool FormatHasBeenSet() const
void SetBucket(const char *value)
AnalyticsS3BucketDestination & WithPrefix(const char *value)
void SetPrefix(const Aws::String &value)
AnalyticsS3BucketDestination & WithBucketAccountId(const char *value)
const Aws::String & GetBucket() const
void SetBucket(const Aws::String &value)
AnalyticsS3BucketDestination & WithPrefix(const Aws::String &value)
void SetBucketAccountId(Aws::String &&value)
void SetPrefix(Aws::String &&value)
AnalyticsS3ExportFileFormat
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String