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 ModifyLoadBalancerAttributesResult
clone()
boolean
equals(Object obj)
LoadBalancerAttributes
getLoadBalancerAttributes()
String
getLoadBalancerName()
The name of the load balancer.int
hashCode()
void
setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
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)
ModifyLoadBalancerAttributesResult
withLoadBalancerName(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyLoadBalancerAttributesResult clone()
-
-