/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the versioning state of an S3 bucket.See Also:
AWS
* API Reference
Specifies whether MFA delete is currently enabled in the S3 bucket versioning * configuration. If the S3 bucket was never configured with MFA delete, then this * attribute is not included.
*/ inline bool GetIsMfaDeleteEnabled() const{ return m_isMfaDeleteEnabled; } /** *Specifies whether MFA delete is currently enabled in the S3 bucket versioning * configuration. If the S3 bucket was never configured with MFA delete, then this * attribute is not included.
*/ inline bool IsMfaDeleteEnabledHasBeenSet() const { return m_isMfaDeleteEnabledHasBeenSet; } /** *Specifies whether MFA delete is currently enabled in the S3 bucket versioning * configuration. If the S3 bucket was never configured with MFA delete, then this * attribute is not included.
*/ inline void SetIsMfaDeleteEnabled(bool value) { m_isMfaDeleteEnabledHasBeenSet = true; m_isMfaDeleteEnabled = value; } /** *Specifies whether MFA delete is currently enabled in the S3 bucket versioning * configuration. If the S3 bucket was never configured with MFA delete, then this * attribute is not included.
*/ inline AwsS3BucketBucketVersioningConfiguration& WithIsMfaDeleteEnabled(bool value) { SetIsMfaDeleteEnabled(value); return *this;} /** *The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.
The versioning status of the S3 bucket. Valid values are Enabled
* or Suspended
.