com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerAttributesResult

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

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

The following element is returned in a structure named DescribeLoadBalancerAttributesResult .

See Also:
Serialized Form

Constructor Summary
DescribeLoadBalancerAttributesResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 LoadBalancerAttributes getLoadBalancerAttributes()
          The load balancer attributes structure.
 int hashCode()
           
 void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
          The load balancer attributes structure.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
          The load balancer attributes structure.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerAttributesResult

public DescribeLoadBalancerAttributesResult()
Method Detail

getLoadBalancerAttributes

public LoadBalancerAttributes getLoadBalancerAttributes()
The load balancer attributes structure.

Returns:
The load balancer attributes structure.

setLoadBalancerAttributes

public void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The load balancer attributes structure.

Parameters:
loadBalancerAttributes - The load balancer attributes structure.

withLoadBalancerAttributes

public DescribeLoadBalancerAttributesResult withLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
The load balancer attributes structure.

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

Parameters:
loadBalancerAttributes - The load balancer attributes structure.
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.