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:
Serializable

public class DescribeLoadBalancerAttributesRequest
extends AmazonWebServiceRequest
implements 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(Object obj)
           
 String getLoadBalancerName()
          The name of the load balancer.
 int hashCode()
           
 void setLoadBalancerName(String loadBalancerName)
          The name of the load balancer.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoadBalancerAttributesRequest withLoadBalancerName(String loadBalancerName)
          The name of the load balancer.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoadBalancerAttributesRequest

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

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.