public class ModifyLoadBalancerAttributesResult extends Object implements Serializable
Contains the output of ModifyLoadBalancerAttributes.
| Constructor and Description |
|---|
ModifyLoadBalancerAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LoadBalancerAttributes |
getLoadBalancerAttributes()
Information about the load balancer attributes.
|
String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
Information about the load balancer attributes.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyLoadBalancerAttributesResult |
withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
Information about the load balancer attributes.
|
ModifyLoadBalancerAttributesResult |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
public String getLoadBalancerName()
The name of the load balancer.
The name of the load balancer.
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.
public ModifyLoadBalancerAttributesResult withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.
public LoadBalancerAttributes getLoadBalancerAttributes()
Information about the load balancer attributes.
Information about the load balancer attributes.
public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
Information about the load balancer attributes.
loadBalancerAttributes - Information about the load balancer attributes.
public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
Information about the load balancer attributes.
Returns a reference to this object so that method calls can be chained together.
loadBalancerAttributes - Information about the load balancer attributes.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.