| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerAttributesRequest
public class DescribeLoadBalancerAttributesRequest
Container for the parameters to the DescribeLoadBalancerAttributes operation.
 
Returns detailed information about all of the attributes associated with the specified load balancer.
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 | 
|---|
public DescribeLoadBalancerAttributesRequest()
| Method Detail | 
|---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The name of the load balancer.public DescribeLoadBalancerAttributesRequest withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The name of the load balancer.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||