7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3Control_EXPORTS.h>
41 template <
typename BucketT = Aws::String>
43 m_bucketHasBeenSet =
true;
44 m_bucket = std::forward<BucketT>(value);
46 template <
typename BucketT = Aws::String>
59 template <
typename RegionT = Aws::String>
61 m_regionHasBeenSet =
true;
62 m_region = std::forward<RegionT>(value);
64 template <
typename RegionT = Aws::String>
78 template <
typename BucketAccountIdT = Aws::String>
80 m_bucketAccountIdHasBeenSet =
true;
81 m_bucketAccountId = std::forward<BucketAccountIdT>(value);
83 template <
typename BucketAccountIdT = Aws::String>
95 bool m_bucketHasBeenSet =
false;
96 bool m_regionHasBeenSet =
false;
97 bool m_bucketAccountIdHasBeenSet =
false;
void SetBucket(BucketT &&value)
const Aws::String & GetBucket() const
RegionReport & WithRegion(RegionT &&value)
AWS_S3CONTROL_API RegionReport(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API RegionReport & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CONTROL_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool BucketHasBeenSet() const
RegionReport & WithBucket(BucketT &&value)
AWS_S3CONTROL_API RegionReport()=default
RegionReport & WithBucketAccountId(BucketAccountIdT &&value)
bool RegionHasBeenSet() const
const Aws::String & GetBucketAccountId() const
bool BucketAccountIdHasBeenSet() const
void SetBucketAccountId(BucketAccountIdT &&value)
void SetRegion(RegionT &&value)
const Aws::String & GetRegion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String