/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The AccountLimit data type. CloudFormation has the following limits
* per account: Number of concurrent resources Number of stacks Number of stack outputs For more information about these account limits, and other CloudFormation
* limits, see CloudFormation
* quotas in the CloudFormation User Guide.
* See Also:
* AWS
* API Reference
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The name of the account limit.
Values:
* ConcurrentResourcesLimit
| StackLimit
|
* StackOutputsLimit
The value that's associated with the account limit name.
*/ inline int GetValue() const{ return m_value; } /** *The value that's associated with the account limit name.
*/ inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; } /** *The value that's associated with the account limit name.
*/ inline void SetValue(int value) { m_valueHasBeenSet = true; m_value = value; } /** *The value that's associated with the account limit name.
*/ inline AccountLimit& WithValue(int value) { SetValue(value); return *this;} private: Aws::String m_name; bool m_nameHasBeenSet = false; int m_value; bool m_valueHasBeenSet = false; }; } // namespace Model } // namespace CloudFormation } // namespace Aws