public class DescribeAccountLimitsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeAccountLimitsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.lang.Integer getMaxNumberOfAutoScalingGroups()
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
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 DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
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 java.lang.Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 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 DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
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 java.lang.Integer getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
The current number of groups for your AWS account.
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 DescribeAccountLimitsResult withNumberOfAutoScalingGroups(java.lang.Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
Returns a reference to this object so that method calls can be chained together.
numberOfAutoScalingGroups
- The current number of groups for your AWS account.
public java.lang.Integer getNumberOfLaunchConfigurations()
The current number of launch configurations for your AWS account.
The current number of launch configurations 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 DescribeAccountLimitsResult withNumberOfLaunchConfigurations(java.lang.Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
Returns a reference to this object so that method calls can be chained together.
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 int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.