com.amazonaws.services.elasticloadbalancing.model
Class ModifyLoadBalancerAttributesResult

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

public class ModifyLoadBalancerAttributesResult
extends java.lang.Object
implements java.io.Serializable

The output for the ModifyLoadBalancerAttributes action.

See Also:
Serialized Form

Constructor Summary
ModifyLoadBalancerAttributesResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModifyLoadBalancerAttributesResult

public ModifyLoadBalancerAttributesResult()
Method Detail

getLoadBalancerName

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

Returns:
The name of the load balancer.

setLoadBalancerName

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

Parameters:
loadBalancerName - The name of the load balancer.

withLoadBalancerName

public ModifyLoadBalancerAttributesResult withLoadBalancerName(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.