public class DescribeAccountLimitsResult extends Object implements Serializable, Cloneable
The output for the DescribeAccountLimits action.
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(Object obj) |
List<AccountLimit> |
getAccountLimits()
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
String |
getNextToken()
A string that identifies the next page of limits.
|
int |
hashCode() |
void |
setAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
void |
setNextToken(String nextToken)
A string that identifies the next page of limits.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsResult |
withAccountLimits(AccountLimit... accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
DescribeAccountLimitsResult |
withAccountLimits(Collection<AccountLimit> accountLimits)
An account limit structure that contain a list of AWS CloudFormation
account limits and their values.
|
DescribeAccountLimitsResult |
withNextToken(String nextToken)
A string that identifies the next page of limits.
|
public List<AccountLimit> getAccountLimits()
public void setAccountLimits(Collection<AccountLimit> accountLimits)
accountLimits
- An account limit structure that contain a list of AWS CloudFormation
account limits and their values.public DescribeAccountLimitsResult withAccountLimits(AccountLimit... accountLimits)
NOTE: This method appends the values to the existing list (if
any). Use setAccountLimits(java.util.Collection)
or withAccountLimits(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
accountLimits
- An account limit structure that contain a list of AWS CloudFormation
account limits and their values.public DescribeAccountLimitsResult withAccountLimits(Collection<AccountLimit> accountLimits)
Returns a reference to this object so that method calls can be chained together.
accountLimits
- An account limit structure that contain a list of AWS CloudFormation
account limits and their values.public String getNextToken()
Constraints:
Length: 1 - 1024
public void setNextToken(String nextToken)
Constraints:
Length: 1 - 1024
nextToken
- A string that identifies the next page of limits. If no additional
page exists, this value is null.public DescribeAccountLimitsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
nextToken
- A string that identifies the next page of limits. If no additional
page exists, this value is null.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountLimitsResult clone()
Copyright © 2015. All rights reserved.