Class DescribeAccountLimitsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The maximum number of groups allowed for your AWS account.The maximum number of launch configurations allowed for your AWS account.The current number of groups for your AWS account.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.toString()
Returns a string representation of this object; useful for testing and debugging.withMaxNumberOfAutoScalingGroups
(Integer maxNumberOfAutoScalingGroups) The maximum number of groups allowed for your AWS account.withMaxNumberOfLaunchConfigurations
(Integer maxNumberOfLaunchConfigurations) The maximum number of launch configurations allowed for your AWS account.withNumberOfAutoScalingGroups
(Integer numberOfAutoScalingGroups) The current number of groups for your AWS account.withNumberOfLaunchConfigurations
(Integer numberOfLaunchConfigurations) The current number of launch configurations for your AWS account.
-
Constructor Details
-
DescribeAccountLimitsResult
public DescribeAccountLimitsResult()
-
-
Method Details
-
setMaxNumberOfAutoScalingGroups
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
- Parameters:
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
-
getMaxNumberOfAutoScalingGroups
The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
- Returns:
- The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
-
withMaxNumberOfAutoScalingGroups
public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups) The maximum number of groups allowed for your AWS account. The default limit is 20 per region.
- Parameters:
maxNumberOfAutoScalingGroups
- The maximum number of groups allowed for your AWS account. The default limit is 20 per region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxNumberOfLaunchConfigurations
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
- Parameters:
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
-
getMaxNumberOfLaunchConfigurations
The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
- Returns:
- The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
-
withMaxNumberOfLaunchConfigurations
public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations) The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.
- Parameters:
maxNumberOfLaunchConfigurations
- The maximum number of launch configurations allowed for your AWS account. The default limit is 100 per region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNumberOfAutoScalingGroups
The current number of groups for your AWS account.
- Parameters:
numberOfAutoScalingGroups
- The current number of groups for your AWS account.
-
getNumberOfAutoScalingGroups
The current number of groups for your AWS account.
- Returns:
- The current number of groups for your AWS account.
-
withNumberOfAutoScalingGroups
The current number of groups for your AWS account.
- Parameters:
numberOfAutoScalingGroups
- The current number of groups for your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNumberOfLaunchConfigurations
The current number of launch configurations for your AWS account.
- Parameters:
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.
-
getNumberOfLaunchConfigurations
The current number of launch configurations for your AWS account.
- Returns:
- The current number of launch configurations for your AWS account.
-
withNumberOfLaunchConfigurations
public DescribeAccountLimitsResult withNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations) The current number of launch configurations for your AWS account.
- Parameters:
numberOfLaunchConfigurations
- The current number of launch configurations for your AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-