7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
63 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
78 inline void SetBucketAccountId(
const char* value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId.assign(value); }
86 bool m_bucketHasBeenSet =
false;
89 bool m_regionHasBeenSet =
false;
92 bool m_bucketAccountIdHasBeenSet =
false;
RegionReport & WithRegion(const Aws::String &value)
const Aws::String & GetBucket() const
AWS_S3CONTROL_API RegionReport()
void SetBucket(Aws::String &&value)
RegionReport & WithBucketAccountId(Aws::String &&value)
void SetBucketAccountId(const Aws::String &value)
AWS_S3CONTROL_API RegionReport(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetBucket(const char *value)
AWS_S3CONTROL_API RegionReport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
RegionReport & WithBucket(const char *value)
bool BucketHasBeenSet() const
void SetRegion(const char *value)
void SetRegion(Aws::String &&value)
RegionReport & WithBucketAccountId(const Aws::String &value)
bool RegionHasBeenSet() const
const Aws::String & GetBucketAccountId() const
void SetBucketAccountId(Aws::String &&value)
void SetBucket(const Aws::String &value)
bool BucketAccountIdHasBeenSet() const
RegionReport & WithBucketAccountId(const char *value)
RegionReport & WithBucket(Aws::String &&value)
void SetRegion(const Aws::String &value)
RegionReport & WithRegion(const char *value)
RegionReport & WithBucket(const Aws::String &value)
void SetBucketAccountId(const char *value)
const Aws::String & GetRegion() const
RegionReport & WithRegion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String