|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAccountLimitsResult
public class DescribeAccountLimitsResult
The output of the DescribeAccountLimitsResult action.
Constructor Summary | |
---|---|
DescribeAccountLimitsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeAccountLimitsResult()
Method Detail |
---|
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.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |