@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountLimitsResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
Integer |
getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
|
Integer |
getNumberOfLaunchConfigurations()
The current number of launch configurations 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.
|
void |
setNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
|
void |
setNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
|
String |
toString()
Returns a string representation of this object.
|
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.
|
DescribeAccountLimitsResult |
withNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
|
DescribeAccountLimitsResult |
withNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.public Integer getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.
public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The default is 200 groups per AWS Region.public void setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default is 200 launch configurations per AWS Region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS account. The default is 200 launch
configurations per AWS Region.public Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account. The default is 200 launch configurations per AWS Region.
public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default is 200 launch configurations per AWS Region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS account. The default is 200 launch
configurations per AWS Region.public void setNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
numberOfAutoScalingGroups
- The current number of groups for your AWS account.public Integer getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
public DescribeAccountLimitsResult withNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
numberOfAutoScalingGroups
- The current number of groups for your AWS account.public void setNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.public Integer getNumberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
public DescribeAccountLimitsResult withNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountLimitsResult clone()