public class DescribeLoadBalancerAttributesRequest extends AmazonWebServiceRequest implements Serializable
DescribeLoadBalancerAttributes operation
.
Returns detailed information about all of the attributes associated with the specified load balancer.
NOOP
Constructor and Description |
---|
DescribeLoadBalancerAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeLoadBalancerAttributesRequest()
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()
Copyright © 2014. All rights reserved.