public class ModifyLoadBalancerAttributesResult
extends java.lang.Object
implements java.io.Serializable
The output for the ModifyLoadBalancerAttributes action.
| Constructor and Description |
|---|
ModifyLoadBalancerAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
LoadBalancerAttributes |
getLoadBalancerAttributes()
The
LoadBalancerAttributes data type. |
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The
LoadBalancerAttributes data type. |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyLoadBalancerAttributesResult |
withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The
LoadBalancerAttributes data type. |
ModifyLoadBalancerAttributesResult |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The name of the load balancer.public ModifyLoadBalancerAttributesResult withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.public LoadBalancerAttributes getLoadBalancerAttributes()
LoadBalancerAttributes data type.LoadBalancerAttributes data type.public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
LoadBalancerAttributes data type.loadBalancerAttributes - The LoadBalancerAttributes data type.public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
LoadBalancerAttributes data type.
Returns a reference to this object so that method calls can be chained together.
loadBalancerAttributes - The LoadBalancerAttributes data type.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object