7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename BucketT = Aws::String>
48 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
49 template<
typename BucketT = Aws::String>
59 template<
typename RegionT = Aws::String>
60 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
61 template<
typename RegionT = Aws::String>
72 template<
typename BucketAccountIdT = Aws::String>
73 void SetBucketAccountId(BucketAccountIdT&& value) { m_bucketAccountIdHasBeenSet =
true; m_bucketAccountId = std::forward<BucketAccountIdT>(value); }
74 template<
typename BucketAccountIdT = Aws::String>
80 bool m_bucketHasBeenSet =
false;
83 bool m_regionHasBeenSet =
false;
86 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