com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerAttributesResult

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

public class DescribeLoadBalancerAttributesResult
extends Object
implements Serializable

The following element is returned in a structure named DescribeLoadBalancerAttributesResult .

See Also:
Serialized Form

Constructor Summary
DescribeLoadBalancerAttributesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 LoadBalancerAttributes getLoadBalancerAttributes()
          The load balancer attributes structure.
 int hashCode()
           
 void setLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)
          The load balancer attributes structure.
 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
clone, finalize, 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 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.