@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:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
name
- The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
public String getName()
The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
public Limit withName(String name)
The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
name
- The name of the limit. The possible values are:
application-load-balancers
listeners-per-application-load-balancer
listeners-per-network-load-balancer
network-load-balancers
rules-per-application-load-balancer
target-groups
targets-per-application-load-balancer
targets-per-availability-zone-per-network-load-balancer
targets-per-network-load-balancer
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.