public class DescribeAccountLimitsResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAccountLimitsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxNumberOfAutoScalingGroups()
The maximum number of 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 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 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 groups allowed for your AWS account. The default
limit is 20 per region.public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
Returns a reference to this object so that method calls can be chained together.
maxNumberOfAutoScalingGroups - The maximum number of groups allowed for your AWS account. The default
limit is 20 per region.public Integer getMaxNumberOfLaunchConfigurations()
public void setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS
account. The default limit is 100 per region.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. The default limit is 100 per region.public String toString()
toString in class ObjectObject.toString()public DescribeAccountLimitsResult clone()
Copyright © 2015. All rights reserved.