public class CrossZoneLoadBalancing extends Object implements Serializable, Cloneable
Information about the CrossZoneLoadBalancing attribute.
| Constructor and Description |
|---|
CrossZoneLoadBalancing() |
| Modifier and Type | Method and Description |
|---|---|
CrossZoneLoadBalancing |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Specifies whether cross-zone load balancing is enabled for the load
balancer.
|
int |
hashCode() |
Boolean |
isEnabled()
Specifies whether cross-zone load balancing is enabled for the load
balancer.
|
void |
setEnabled(Boolean enabled)
Specifies whether cross-zone load balancing is enabled for the load
balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CrossZoneLoadBalancing |
withEnabled(Boolean enabled)
Specifies whether cross-zone load balancing is enabled for the load
balancer.
|
public Boolean isEnabled()
public void setEnabled(Boolean enabled)
enabled - Specifies whether cross-zone load balancing is enabled for the load
balancer.public CrossZoneLoadBalancing withEnabled(Boolean enabled)
Returns a reference to this object so that method calls can be chained together.
enabled - Specifies whether cross-zone load balancing is enabled for the load
balancer.public Boolean getEnabled()
public String toString()
toString in class ObjectObject.toString()public CrossZoneLoadBalancing clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.