public class LoadBalancerAttributes extends Object implements Serializable
The LoadBalancerAttributes data type.
| Constructor and Description |
|---|
LoadBalancerAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AccessLog |
getAccessLog()
The name of the load balancer attribute.
|
CrossZoneLoadBalancing |
getCrossZoneLoadBalancing()
The name of the load balancer attribute.
|
int |
hashCode() |
void |
setAccessLog(AccessLog accessLog)
The name of the load balancer attribute.
|
void |
setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LoadBalancerAttributes |
withAccessLog(AccessLog accessLog)
The name of the load balancer attribute.
|
LoadBalancerAttributes |
withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
The name of the load balancer attribute.
|
public CrossZoneLoadBalancing getCrossZoneLoadBalancing()
public void setCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
crossZoneLoadBalancing - The name of the load balancer attribute.public LoadBalancerAttributes withCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)
Returns a reference to this object so that method calls can be chained together.
crossZoneLoadBalancing - The name of the load balancer attribute.public AccessLog getAccessLog()
public void setAccessLog(AccessLog accessLog)
accessLog - The name of the load balancer attribute.public LoadBalancerAttributes withAccessLog(AccessLog accessLog)
Returns a reference to this object so that method calls can be chained together.
accessLog - The name of the load balancer attribute.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.