Class ModifyLoadBalancerAttributesResult
- java.lang.Object
-
- com.amazonaws.services.elasticloadbalancing.model.ModifyLoadBalancerAttributesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ModifyLoadBalancerAttributesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyLoadBalancerAttributesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModifyLoadBalancerAttributesResultclone()booleanequals(Object obj)LoadBalancerAttributesgetLoadBalancerAttributes()StringgetLoadBalancerName()The name of the load balancer.inthashCode()voidsetLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)voidsetLoadBalancerName(String loadBalancerName)The name of the load balancer.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyLoadBalancerAttributesResultwithLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)ModifyLoadBalancerAttributesResultwithLoadBalancerName(String loadBalancerName)The name of the load balancer.
-
-
-
Method Detail
-
setLoadBalancerName
public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.
-
getLoadBalancerName
public String getLoadBalancerName()
The name of the load balancer.
- Returns:
- The name of the load balancer.
-
withLoadBalancerName
public ModifyLoadBalancerAttributesResult withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
- Parameters:
loadBalancerName- The name of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLoadBalancerAttributes
public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
- Parameters:
loadBalancerAttributes-
-
getLoadBalancerAttributes
public LoadBalancerAttributes getLoadBalancerAttributes()
- Returns:
-
withLoadBalancerAttributes
public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
- Parameters:
loadBalancerAttributes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyLoadBalancerAttributesResult clone()
-
-