7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
29 AWS_S3CONTROL_API
Region() =
default;
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
60 template <
typename BucketAccountIdT = Aws::String>
62 m_bucketAccountIdHasBeenSet =
true;
63 m_bucketAccountId = std::forward<BucketAccountIdT>(value);
65 template <
typename BucketAccountIdT = Aws::String>
75 bool m_bucketHasBeenSet =
false;
76 bool m_bucketAccountIdHasBeenSet =
false;
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::String & GetBucketAccountId() const
Region & WithBucketAccountId(BucketAccountIdT &&value)
AWS_S3CONTROL_API Region & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketHasBeenSet() const
AWS_S3CONTROL_API Region()=default
void SetBucket(BucketT &&value)
Region & WithBucket(BucketT &&value)
void SetBucketAccountId(BucketAccountIdT &&value)
const Aws::String & GetBucket() const
AWS_S3CONTROL_API Region(const Aws::Utils::Xml::XmlNode &xmlNode)
bool BucketAccountIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String