public class DescribeAccountLimitsResult extends Object implements Serializable
The output of the DescribeAccountLimitsResult action.
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getMaxNumberOfAutoScalingGroups()
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
Integer |
getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS
account.
|
int |
hashCode() |
void |
setMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
void |
setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS
account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAccountLimitsResult |
withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS
account.
|
DescribeAccountLimitsResult |
withMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS
account.
|
public Integer getMaxNumberOfAutoScalingGroups()
public void setMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
maxNumberOfAutoScalingGroups
- The maximum number of Auto Scaling groups allowed for your AWS
account.public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(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 Integer getMaxNumberOfLaunchConfigurations()
public void setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS
account.public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.