@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLimit extends Object implements Serializable, Cloneable
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.
Constructor and Description |
---|
AccountLimit() |
Modifier and Type | Method and Description |
---|---|
AccountLimit |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the account limit.
|
Integer |
getValue()
The value that's associated with the account limit name.
|
int |
hashCode() |
void |
setName(String name)
The name of the account limit.
|
void |
setValue(Integer value)
The value that's associated with the account limit name.
|
String |
toString()
Returns a string representation of this object.
|
AccountLimit |
withName(String name)
The name of the account limit.
|
AccountLimit |
withValue(Integer value)
The value that's associated with the account limit name.
|
public void setName(String name)
The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
name
- The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
public String getName()
The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
public AccountLimit withName(String name)
The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
name
- The name of the account limit.
Values: ConcurrentResourcesLimit
| StackLimit
| StackOutputsLimit
public void setValue(Integer value)
The value that's associated with the account limit name.
value
- The value that's associated with the account limit name.public Integer getValue()
The value that's associated with the account limit name.
public AccountLimit withValue(Integer value)
The value that's associated with the account limit name.
value
- The value that's associated with the account limit name.public String toString()
toString
in class Object
Object.toString()
public AccountLimit clone()