@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 account.
|
Integer |
getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your account.
|
Integer |
getNumberOfAutoScalingGroups()
The current number of groups for your account.
|
Integer |
getNumberOfLaunchConfigurations()
The current number of launch configurations for your account.
|
int |
hashCode() |
void |
setMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account.
|
void |
setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account.
|
void |
setNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
|
void |
setNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountLimitsResult |
withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account.
|
DescribeAccountLimitsResult |
withMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account.
|
DescribeAccountLimitsResult |
withNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
|
DescribeAccountLimitsResult |
withNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account. The default is 200 groups per Region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your account. The default is 200 groups per Region.public Integer getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your account. The default is 200 groups per Region.
public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your account. The default is 200 groups per Region.
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your account. The default is 200 groups per Region.public void setMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your account. The default is 200 launch
configurations per Region.public Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your account. The default is 200 launch configurations per Region.
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your account. The default is 200 launch
configurations per Region.public void setNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
numberOfAutoScalingGroups
- The current number of groups for your account.public Integer getNumberOfAutoScalingGroups()
The current number of groups for your account.
public DescribeAccountLimitsResult withNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your account.
numberOfAutoScalingGroups
- The current number of groups for your account.public void setNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
numberOfLaunchConfigurations
- The current number of launch configurations for your account.public Integer getNumberOfLaunchConfigurations()
The current number of launch configurations for your account.
public DescribeAccountLimitsResult withNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your account.
numberOfLaunchConfigurations
- The current number of launch configurations for your account.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountLimitsResult clone()
Copyright © 2021. All rights reserved.