com.amazonaws.services.elasticloadbalancing.model
Class DescribeLoadBalancerAttributesRequest

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

public class DescribeLoadBalancerAttributesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the DescribeLoadBalancerAttributes operation.

Returns detailed information about all of the attributes associated with the specified load balancer.

See Also:
AmazonElasticLoadBalancing.describeLoadBalancerAttributes(DescribeLoadBalancerAttributesRequest), Serialized Form

Constructor Summary
DescribeLoadBalancerAttributesRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLoadBalancerName()
          The name of the load balancer.
 int hashCode()
           
 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.
 DescribeLoadBalancerAttributesRequest withLoadBalancerName(java.lang.String loadBalancerName)
          The name of the load balancer.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerAttributesRequest

public DescribeLoadBalancerAttributesRequest()
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 DescribeLoadBalancerAttributesRequest 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.

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.