@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; 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.
|
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 limit is 20 per region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The default limit is 20 per region.public Integer getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(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(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 Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(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(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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.