@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Limit extends Object implements Serializable, Cloneable
Information about an Elastic Load Balancing resource limit for your AWS account.
| Constructor and Description | 
|---|
| Limit() | 
| Modifier and Type | Method and Description | 
|---|---|
| Limit | clone() | 
| boolean | equals(Object obj) | 
| String | getMax()
 The maximum value of the limit. | 
| String | getName()
 The name of the limit. | 
| int | hashCode() | 
| void | setMax(String max)
 The maximum value of the limit. | 
| void | setName(String name)
 The name of the limit. | 
| String | toString()Returns a string representation of this object. | 
| Limit | withMax(String max)
 The maximum value of the limit. | 
| Limit | withName(String name)
 The name of the limit. | 
public void setName(String name)
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
name - The name of the limit. The possible values are:
        classic-listeners
classic-load-balancers
classic-registered-instances
public String getName()
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
classic-listeners
classic-load-balancers
classic-registered-instances
public Limit withName(String name)
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-registered-instances
name - The name of the limit. The possible values are:
        classic-listeners
classic-load-balancers
classic-registered-instances
public void setMax(String max)
The maximum value of the limit.
max - The maximum value of the limit.public String getMax()
The maximum value of the limit.
public Limit withMax(String max)
The maximum value of the limit.
max - The maximum value of the limit.public String toString()
toString in class ObjectObject.toString()