@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setEnabled(Boolean enabled)
Specifies whether cross-zone load balancing is enabled for the load balancer.
enabled
- Specifies whether cross-zone load balancing is enabled for the load balancer.public Boolean getEnabled()
Specifies whether cross-zone load balancing is enabled for the load balancer.
public CrossZoneLoadBalancing withEnabled(Boolean enabled)
Specifies whether cross-zone load balancing is enabled for the load balancer.
enabled
- Specifies whether cross-zone load balancing is enabled for the load balancer.public Boolean isEnabled()
Specifies whether cross-zone load balancing is enabled for the load balancer.
public String toString()
toString
in class Object
Object.toString()
public CrossZoneLoadBalancing clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.