7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/model/DataRedundancy.h>
9#include <aws/s3/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;
void SetType(const BucketType &value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const BucketType & GetType() const
bool TypeHasBeenSet() const
BucketInfo & WithDataRedundancy(const DataRedundancy &value)
BucketInfo & WithType(const BucketType &value)
const DataRedundancy & GetDataRedundancy() const
void SetDataRedundancy(const DataRedundancy &value)
BucketInfo & WithType(BucketType &&value)
bool DataRedundancyHasBeenSet() const
void SetType(BucketType &&value)
void SetDataRedundancy(DataRedundancy &&value)
AWS_S3_API BucketInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3_API BucketInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
BucketInfo & WithDataRedundancy(DataRedundancy &&value)