Class AccountLimit
java.lang.Object
com.amazonaws.services.cloudformation.model.AccountLimit
- All Implemented Interfaces:
Serializable
,Cloneable
The AccountLimit data type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the account limit.getValue()
The value that is associated with the account limit name.int
hashCode()
void
The name of the account limit.void
The value that is associated with the account limit name.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the account limit.The value that is associated with the account limit name.
-
Constructor Details
-
AccountLimit
public AccountLimit()
-
-
Method Details
-
setName
The name of the account limit. Currently, the only account limit is
StackLimit
.- Parameters:
name
- The name of the account limit. Currently, the only account limit isStackLimit
.
-
getName
The name of the account limit. Currently, the only account limit is
StackLimit
.- Returns:
- The name of the account limit. Currently, the only account limit
is
StackLimit
.
-
withName
The name of the account limit. Currently, the only account limit is
StackLimit
.- Parameters:
name
- The name of the account limit. Currently, the only account limit isStackLimit
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The value that is associated with the account limit name.
- Parameters:
value
- The value that is associated with the account limit name.
-
getValue
The value that is associated with the account limit name.
- Returns:
- The value that is associated with the account limit name.
-
withValue
The value that is associated with the account limit name.
- Parameters:
value
- The value that is associated with the account limit name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-