Class DescribeAccountLimitsResult
- java.lang.Object
-
- com.amazonaws.services.autoscaling.model.DescribeAccountLimitsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeAccountLimitsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeAccountLimitsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeAccountLimitsResultclone()booleanequals(Object obj)IntegergetMaxNumberOfAutoScalingGroups()The maximum number of groups allowed for your AWS account.IntegergetMaxNumberOfLaunchConfigurations()The maximum number of launch configurations allowed for your AWS account.IntegergetNumberOfAutoScalingGroups()The current number of groups for your AWS account.IntegergetNumberOfLaunchConfigurations()The current number of launch configurations for your AWS account.inthashCode()voidsetMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)The maximum number of groups allowed for your AWS account.voidsetMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)The maximum number of launch configurations allowed for your AWS account.voidsetNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)The current number of groups for your AWS account.voidsetNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)The current number of launch configurations for your AWS account.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeAccountLimitsResultwithMaxNumberOfAutoScalingGroups(Integer maxNumberOfAutoScalingGroups)The maximum number of groups allowed for your AWS account.DescribeAccountLimitsResultwithMaxNumberOfLaunchConfigurations(Integer maxNumberOfLaunchConfigurations)The maximum number of launch configurations allowed for your AWS account.DescribeAccountLimitsResultwithNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)The current number of groups for your AWS account.DescribeAccountLimitsResultwithNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)The current number of launch configurations for your AWS account.
-
-
-
Method Detail
-
setMaxNumberOfAutoScalingGroups
public void setMaxNumberOfAutoScalingGroups(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.
-
getMaxNumberOfAutoScalingGroups
public Integer 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
public void setMaxNumberOfLaunchConfigurations(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.
-
getMaxNumberOfLaunchConfigurations
public Integer 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
public void setNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
The current number of groups for your AWS account.
- Parameters:
numberOfAutoScalingGroups- The current number of groups for your AWS account.
-
getNumberOfAutoScalingGroups
public Integer getNumberOfAutoScalingGroups()
The current number of groups for your AWS account.
- Returns:
- The current number of groups for your AWS account.
-
withNumberOfAutoScalingGroups
public DescribeAccountLimitsResult withNumberOfAutoScalingGroups(Integer numberOfAutoScalingGroups)
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
public void setNumberOfLaunchConfigurations(Integer numberOfLaunchConfigurations)
The current number of launch configurations for your AWS account.
- Parameters:
numberOfLaunchConfigurations- The current number of launch configurations for your AWS account.
-
getNumberOfLaunchConfigurations
public Integer 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeAccountLimitsResult clone()
-
-