public class ModifyLoadBalancerAttributesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private LoadBalancerAttributes |
loadBalancerAttributes |
private java.lang.String |
loadBalancerName
The name of the load balancer.
|
Constructor and Description |
---|
ModifyLoadBalancerAttributesResult() |
Modifier and Type | Method and Description |
---|---|
ModifyLoadBalancerAttributesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
LoadBalancerAttributes |
getLoadBalancerAttributes() |
java.lang.String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes) |
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) |
ModifyLoadBalancerAttributesResult |
withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
|
private java.lang.String loadBalancerName
The name of the load balancer.
private LoadBalancerAttributes loadBalancerAttributes
public void setLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public java.lang.String getLoadBalancerName()
The name of the load balancer.
public ModifyLoadBalancerAttributesResult withLoadBalancerName(java.lang.String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
loadBalancerAttributes
- public LoadBalancerAttributes getLoadBalancerAttributes()
public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
loadBalancerAttributes
- public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyLoadBalancerAttributesResult clone()
clone
in class java.lang.Object