public class LoadBalancerAttributes extends Object implements Serializable
The LoadBalancerAttributes
data type.
Constructor and Description |
---|
LoadBalancerAttributes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CrossZoneLoadBalancing |
getCrossZoneLoadBalancing()
The name of the load balancer attribute.
|
int |
hashCode() |
void |
setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LoadBalancerAttributes |
withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute.
|
public CrossZoneLoadBalancing getCrossZoneLoadBalancing()
public void setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
crossZoneLoadBalancing
- The name of the load balancer attribute.public LoadBalancerAttributes withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
Returns a reference to this object so that method calls can be chained together.
crossZoneLoadBalancing
- The name of the load balancer attribute.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.