@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; useful for testing and debugging.
|
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
name
- The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
public String getName()
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
classic-listeners
classic-load-balancers
public Limit withName(String name)
The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
name
- The name of the limit. The possible values are:
classic-listeners
classic-load-balancers
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.