public class DescribeLoadBalancersRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.
Constructor and Description |
---|
DescribeLoadBalancersRequest()
Default constructor for DescribeLoadBalancersRequest object.
|
DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
Constructs a new DescribeLoadBalancersRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getLoadBalancerNames()
The names of the load balancers.
|
java.lang.String |
getMarker()
The marker for the next set of results.
|
java.lang.Integer |
getPageSize()
The maximum number of results to return with this call (a number from 1
to 400).
|
int |
hashCode() |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
|
void |
setMarker(java.lang.String marker)
The marker for the next set of results.
|
void |
setPageSize(java.lang.Integer pageSize)
The maximum number of results to return with this call (a number from 1
to 400).
|
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)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
withMarker(java.lang.String marker)
The marker for the next set of results.
|
DescribeLoadBalancersRequest |
withPageSize(java.lang.Integer pageSize)
The maximum number of results to return with this call (a number from 1
to 400).
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
loadBalancerNames
- The names of the load balancers.
public java.util.List<java.lang.String> getLoadBalancerNames()
The names of the load balancers.
The names of the load balancers.
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
loadBalancerNames
- The names of the load balancers.
public DescribeLoadBalancersRequest withLoadBalancerNames(java.lang.String... loadBalancerNames)
The names of the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames
- The names of the load balancers.
public DescribeLoadBalancersRequest withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
The names of the load balancers.
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames
- The names of the load balancers.
public java.lang.String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
The marker for the next set of results. (You received this marker from a previous call.)
public void setMarker(java.lang.String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)
public DescribeLoadBalancersRequest withMarker(java.lang.String marker)
The marker for the next set of results. (You received this marker from a previous call.)
Returns a reference to this object so that method calls can be chained together.
marker
- The marker for the next set of results. (You received this marker from a previous call.)
public java.lang.Integer getPageSize()
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
Constraints:
Range: 1 - 400
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
public void setPageSize(java.lang.Integer pageSize)
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
Constraints:
Range: 1 - 400
pageSize
- The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
public DescribeLoadBalancersRequest withPageSize(java.lang.Integer pageSize)
The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 400
pageSize
- The maximum number of results to return with this call (a number from 1 to 400). The default is 400.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.