Class DescribeAccountLimitsResult

    • Constructor Detail

      • DescribeAccountLimitsResult

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

        public int hashCode()
        Overrides:
        hashCode in class Object