|
|||||||
| 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.DescribeLoadBalancersRequest
public class DescribeLoadBalancersRequest
Container for the parameters to the DescribeLoadBalancers operation.
AmazonElasticLoadBalancing.describeLoadBalancers(DescribeLoadBalancersRequest)| Constructor Summary | |
|---|---|
DescribeLoadBalancersRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getLoadBalancerNames()
Returns the value of the LoadBalancerNames property for this object. |
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
Sets the value of the LoadBalancerNames property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
Sets the value of the LoadBalancerNames property for this object. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(String... loadBalancerNames)
Sets the value of the LoadBalancerNames property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLoadBalancersRequest()
| Method Detail |
|---|
public List<String> getLoadBalancerNames()
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
loadBalancerNames - The new value for the LoadBalancerNames property for this object.public DescribeLoadBalancersRequest withLoadBalancerNames(String... loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - The new value for the LoadBalancerNames property for this object.
public DescribeLoadBalancersRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - The new value for the LoadBalancerNames property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||