public class CrossZoneLoadBalancing extends Object implements Serializable
The CrossZoneLoadBalancing
data type.
Constructor and Description |
---|
CrossZoneLoadBalancing() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.