7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/DataRedundancy.h>
9#include <aws/s3-crt/model/BucketType.h>
65 inline void SetType(
BucketType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
72 bool m_dataRedundancyHasBeenSet =
false;
75 bool m_typeHasBeenSet =
false;
AWS_S3CRT_API BucketInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetType(const BucketType &value)
bool TypeHasBeenSet() const
const DataRedundancy & GetDataRedundancy() const
BucketInfo & WithType(const BucketType &value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetDataRedundancy(const DataRedundancy &value)
BucketInfo & WithDataRedundancy(const DataRedundancy &value)
AWS_S3CRT_API BucketInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
BucketInfo & WithDataRedundancy(DataRedundancy &&value)
void SetType(BucketType &&value)
BucketInfo & WithType(BucketType &&value)
void SetDataRedundancy(DataRedundancy &&value)
AWS_S3CRT_API BucketInfo()
bool DataRedundancyHasBeenSet() const
const BucketType & GetType() const