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:
  • Constructor Details

    • DescribeAccountLimitsResult

      public DescribeAccountLimitsResult()
  • Method Details

    • 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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object