/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about the versioning of dataset contents.See
* Also:
AWS
* API Reference
If true, unlimited versions of dataset contents are kept.
*/ inline bool GetUnlimited() const{ return m_unlimited; } /** *If true, unlimited versions of dataset contents are kept.
*/ inline bool UnlimitedHasBeenSet() const { return m_unlimitedHasBeenSet; } /** *If true, unlimited versions of dataset contents are kept.
*/ inline void SetUnlimited(bool value) { m_unlimitedHasBeenSet = true; m_unlimited = value; } /** *If true, unlimited versions of dataset contents are kept.
*/ inline VersioningConfiguration& WithUnlimited(bool value) { SetUnlimited(value); return *this;} /** *How many versions of dataset contents are kept. The unlimited
* parameter must be false
.
How many versions of dataset contents are kept. The unlimited
* parameter must be false
.
How many versions of dataset contents are kept. The unlimited
* parameter must be false
.
How many versions of dataset contents are kept. The unlimited
* parameter must be false
.