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); }
64 inline void SetBucketAccountId(
const char* value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId.assign(value); }
72 bool m_bucketHasBeenSet =
false;
75 bool m_bucketAccountIdHasBeenSet =
false;
void SetBucketAccountId(const char *value)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetBucket(const char *value)
const Aws::String & GetBucketAccountId() const
void SetBucketAccountId(Aws::String &&value)
AWS_S3CONTROL_API Region & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Region & WithBucketAccountId(Aws::String &&value)
bool BucketHasBeenSet() const
Region & WithBucket(const char *value)
void SetBucket(const Aws::String &value)
AWS_S3CONTROL_API Region()
Region & WithBucketAccountId(const Aws::String &value)
Region & WithBucket(Aws::String &&value)
const Aws::String & GetBucket() const
void SetBucketAccountId(const Aws::String &value)
AWS_S3CONTROL_API Region(const Aws::Utils::Xml::XmlNode &xmlNode)
Region & WithBucketAccountId(const char *value)
Region & WithBucket(const Aws::String &value)
void SetBucket(Aws::String &&value)
bool BucketAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String