|
||||||||||
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 FormConstructor 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 |
---|
public DescribeLoadBalancerAttributesRequest()
Method Detail |
---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName
- The name of the load balancer.public DescribeLoadBalancerAttributesRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The name of the load balancer.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |