@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElbLoadBalancerCrossZoneLoadBalancing extends Object implements Serializable, Cloneable, StructuredPojo
Contains cross-zone load balancing settings for the load balancer.
Constructor and Description |
---|
AwsElbLoadBalancerCrossZoneLoadBalancing() |
Modifier and Type | Method and Description |
---|---|
AwsElbLoadBalancerCrossZoneLoadBalancing |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnabled()
Indicates whether cross-zone load balancing is enabled for the load balancer.
|
int |
hashCode() |
Boolean |
isEnabled()
Indicates whether cross-zone load balancing is enabled for the load balancer.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnabled(Boolean enabled)
Indicates whether cross-zone load balancing is enabled for the load balancer.
|
String |
toString()
Returns a string representation of this object.
|
AwsElbLoadBalancerCrossZoneLoadBalancing |
withEnabled(Boolean enabled)
Indicates whether cross-zone load balancing is enabled for the load balancer.
|
public AwsElbLoadBalancerCrossZoneLoadBalancing()
public void setEnabled(Boolean enabled)
Indicates whether cross-zone load balancing is enabled for the load balancer.
enabled
- Indicates whether cross-zone load balancing is enabled for the load balancer.public Boolean getEnabled()
Indicates whether cross-zone load balancing is enabled for the load balancer.
public AwsElbLoadBalancerCrossZoneLoadBalancing withEnabled(Boolean enabled)
Indicates whether cross-zone load balancing is enabled for the load balancer.
enabled
- Indicates whether cross-zone load balancing is enabled for the load balancer.public Boolean isEnabled()
Indicates whether cross-zone load balancing is enabled for the load balancer.
public String toString()
toString
in class Object
Object.toString()
public AwsElbLoadBalancerCrossZoneLoadBalancing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.