com.amazonaws.services.elasticloadbalancing.model
Class ModifyLoadBalancerAttributesResult

java.lang.Object
  extended by com.amazonaws.services.elasticloadbalancing.model.ModifyLoadBalancerAttributesResult
All Implemented Interfaces:
Serializable

public class ModifyLoadBalancerAttributesResult
extends Object
implements Serializable

The output for the ModifyLoadBalancerAttributes action.

See Also:
Serialized Form

Constructor Summary
ModifyLoadBalancerAttributesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 LoadBalancerAttributes getLoadBalancerAttributes()
          The LoadBalancerAttributes data type.
 String getLoadBalancerName()
          The name of the load balancer.
 int hashCode()
           
 void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
          The LoadBalancerAttributes data type.
 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)
          The LoadBalancerAttributes data type.
 ModifyLoadBalancerAttributesResult withLoadBalancerName(String loadBalancerName)
          The name of the load balancer.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyLoadBalancerAttributesResult

public ModifyLoadBalancerAttributesResult()
Method Detail

getLoadBalancerName

public String getLoadBalancerName()
The name of the load balancer.

Returns:
The name of the load balancer.

setLoadBalancerName

public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.

Parameters:
loadBalancerName - The name of the load balancer.

withLoadBalancerName

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.

Parameters:
loadBalancerName - The name of the load balancer.
Returns:
A reference to this updated object so that method calls can be chained together.

getLoadBalancerAttributes

public LoadBalancerAttributes getLoadBalancerAttributes()
The LoadBalancerAttributes data type.

Returns:
The LoadBalancerAttributes data type.

setLoadBalancerAttributes

public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The LoadBalancerAttributes data type.

Parameters:
loadBalancerAttributes - The LoadBalancerAttributes data type.

withLoadBalancerAttributes

public ModifyLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The LoadBalancerAttributes data type.

Returns a reference to this object so that method calls can be chained together.

Parameters:
loadBalancerAttributes - The LoadBalancerAttributes data type.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.