public class DescribeAccountLimitsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
maxNumberOfAutoScalingGroups
The maximum number of groups allowed for your AWS account.
|
private java.lang.Integer |
maxNumberOfLaunchConfigurations
The maximum number of launch configurations allowed for your AWS account.
|
private java.lang.Integer |
numberOfAutoScalingGroups
The current number of groups for your AWS account.
|
private java.lang.Integer |
numberOfLaunchConfigurations
The current number of launch configurations for your AWS account.
|
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountLimitsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account.
|
java.lang.Integer |
getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account.
|
java.lang.Integer |
getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
|
java.lang.Integer |
getNumberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
|
int |
hashCode() |
void |
setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account.
|
void |
setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account.
|
void |
setNumberOfAutoScalingGroups(java.lang.Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
|
void |
setNumberOfLaunchConfigurations(java.lang.Integer numberOfLaunchConfigurations)
The current number of launch configurations 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 groups allowed for your AWS account.
|
DescribeAccountLimitsResult |
withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account.
|
DescribeAccountLimitsResult |
withNumberOfAutoScalingGroups(java.lang.Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
|
DescribeAccountLimitsResult |
withNumberOfLaunchConfigurations(java.lang.Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
|
private java.lang.Integer maxNumberOfAutoScalingGroups
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
private java.lang.Integer maxNumberOfLaunchConfigurations
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
private java.lang.Integer numberOfAutoScalingGroups
The current number of groups for your AWS account.
private java.lang.Integer numberOfLaunchConfigurations
The current number of launch configurations for your AWS account.
public void setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The
default limit is 20 per region.public java.lang.Integer getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The
default limit is 20 per region.public void setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS
account. The default limit is 100 per region.public java.lang.Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS
account. The default limit is 100 per region.public void setNumberOfAutoScalingGroups(java.lang.Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
numberOfAutoScalingGroups
- The current number of groups for your AWS account.public java.lang.Integer getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
public DescribeAccountLimitsResult withNumberOfAutoScalingGroups(java.lang.Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
numberOfAutoScalingGroups
- The current number of groups for your AWS account.public void setNumberOfLaunchConfigurations(java.lang.Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.public java.lang.Integer getNumberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
public DescribeAccountLimitsResult withNumberOfLaunchConfigurations(java.lang.Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeAccountLimitsResult clone()
clone
in class java.lang.Object