com.amazonaws.services.autoscaling.model
Class DescribeAccountLimitsResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeAccountLimitsResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeAccountLimitsResult
extends java.lang.Object
implements java.io.Serializable

The output of the DescribeAccountLimitsResult action.

See Also:
Serialized Form

Constructor Summary
DescribeAccountLimitsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getMaxNumberOfAutoScalingGroups()
          The maximum number of Auto Scaling groups allowed for your AWS account.
 java.lang.Integer getMaxNumberOfLaunchConfigurations()
          The maximum number of launch configurations allowed for your AWS account.
 int hashCode()
           
 void setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
          The maximum number of Auto Scaling groups allowed for your AWS account.
 void setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
          The maximum number of launch configurations allowed for your AWS account.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
          The maximum number of Auto Scaling groups allowed for your AWS account.
 DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
          The maximum number of launch configurations allowed for your AWS account.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAccountLimitsResult

public DescribeAccountLimitsResult()
Method Detail

getMaxNumberOfAutoScalingGroups

public java.lang.Integer getMaxNumberOfAutoScalingGroups()
The maximum number of Auto Scaling groups allowed for your AWS account.

Returns:
The maximum number of Auto Scaling groups allowed for your AWS account.

setMaxNumberOfAutoScalingGroups

public void setMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS account.

Parameters:
maxNumberOfAutoScalingGroups - The maximum number of Auto Scaling groups allowed for your AWS account.

withMaxNumberOfAutoScalingGroups

public DescribeAccountLimitsResult withMaxNumberOfAutoScalingGroups(java.lang.Integer maxNumberOfAutoScalingGroups)
The maximum number of Auto Scaling groups allowed for your AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxNumberOfAutoScalingGroups - The maximum number of Auto Scaling groups allowed for your AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxNumberOfLaunchConfigurations

public java.lang.Integer getMaxNumberOfLaunchConfigurations()
The maximum number of launch configurations allowed for your AWS account.

Returns:
The maximum number of launch configurations allowed for your AWS account.

setMaxNumberOfLaunchConfigurations

public void setMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account.

Parameters:
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS account.

withMaxNumberOfLaunchConfigurations

public DescribeAccountLimitsResult withMaxNumberOfLaunchConfigurations(java.lang.Integer maxNumberOfLaunchConfigurations)
The maximum number of launch configurations allowed for your AWS account.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxNumberOfLaunchConfigurations - The maximum number of launch configurations allowed for your AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.