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 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.
-
-
-
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeAccountLimitsResult clone()
-
-