7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/model/MFADelete.h>
9#include <aws/s3-crt/model/BucketVersioningStatus.h>
74 bool m_mFADeleteHasBeenSet =
false;
77 bool m_statusHasBeenSet =
false;
void SetMFADelete(const MFADelete &value)
void SetStatus(BucketVersioningStatus &&value)
AWS_S3CRT_API VersioningConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const MFADelete & GetMFADelete() const
bool MFADeleteHasBeenSet() const
AWS_S3CRT_API VersioningConfiguration()
bool StatusHasBeenSet() const
void SetStatus(const BucketVersioningStatus &value)
VersioningConfiguration & WithStatus(const BucketVersioningStatus &value)
AWS_S3CRT_API VersioningConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
VersioningConfiguration & WithMFADelete(const MFADelete &value)
VersioningConfiguration & WithStatus(BucketVersioningStatus &&value)
void SetMFADelete(MFADelete &&value)
VersioningConfiguration & WithMFADelete(MFADelete &&value)
const BucketVersioningStatus & GetStatus() const