public class DescribeAccountLimitsResult
extends java.lang.Object
implements java.io.Serializable
The output of the DescribeAccountLimitsResult action.
| Constructor and Description |
|---|
DescribeAccountLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxNumberOfAutoScalingGroups()
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
java.lang.Integer |
getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS
account.
|
int |
hashCode() |
void |
setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
void |
setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS
account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsResult |
withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
DescribeAccountLimitsResult |
withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS
account.
|
public java.lang.Integer getMaxNumberOfAutoScalingGroups()
public void setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
maxNumberOfAutoScalingGroups - The maximum number of Auto Scaling groups allowed for your AWS
account.public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
maxNumberOfAutoScalingGroups - The maximum number of Auto Scaling groups allowed for your AWS
account.public java.lang.Integer getMaxNumberOfLaunchConfigurations()
public void setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS
account.public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
Returns a reference to this object so that method calls can be chained together.
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS
account.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object