@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.
|
CrossZoneLoadBalancing |
withEnabled (Boolean enabled)
Specifies whether cross-zone load balancing is enabled for the load balancer.
|
public CrossZoneLoadBalancing()
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()