@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountLimit extends Object implements Serializable, Cloneable
The AccountLimit data type. For more information about account limits, see AWS CloudFormation Limits in the AWS 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 is 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 is 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 is associated with the account limit name.
|
public void setName(String name)
The name of the account limit.
name - The name of the account limit.public String getName()
The name of the account limit.
public AccountLimit withName(String name)
The name of the account limit.
name - The name of the account limit.public void setValue(Integer value)
The value that is associated with the account limit name.
value - The value that is associated with the account limit name.public Integer getValue()
The value that is associated with the account limit name.
public AccountLimit withValue(Integer value)
The value that is associated with the account limit name.
value - The value that is associated with the account limit name.public String toString()
toString in class ObjectObject.toString()public AccountLimit clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.