|
|||||||
| 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.
Returns detailed configuration information for all the load balancers created for the account. If you specify load balancer names, the action returns configuration information of the specified load balancers.
NOTE: In order to retrieve this information, you must provide the same account credentials that was used to create the load balancer.
AmazonElasticLoadBalancing.describeLoadBalancers(DescribeLoadBalancersRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeLoadBalancersRequest()
Default constructor for a new DescribeLoadBalancersRequest object. |
|
DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
Constructs a new DescribeLoadBalancersRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<java.lang.String> |
getLoadBalancerNames()
A list of load balancer names associated with the account. |
java.lang.String |
getMarker()
An optional parameter reserved for future use. |
int |
hashCode()
|
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of load balancer names associated with the account. |
void |
setMarker(java.lang.String marker)
An optional parameter reserved for future use. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of load balancer names associated with the account. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
A list of load balancer names associated with the account. |
DescribeLoadBalancersRequest |
withMarker(java.lang.String marker)
An optional parameter reserved for future use. |
| 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 DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
loadBalancerNames - A list of load balancer names associated with
the account.| Method Detail |
|---|
public java.util.List<java.lang.String> getLoadBalancerNames()
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
loadBalancerNames - A list of load balancer names associated with the account.public DescribeLoadBalancersRequest withLoadBalancerNames(java.lang.String... loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of load balancer names associated with the account.
public DescribeLoadBalancersRequest withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of load balancer names associated with the account.
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - An optional parameter reserved for future use.public DescribeLoadBalancersRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - An optional parameter reserved for future use.
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 | ||||||