public class DescribeLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the parameters for DescribeLoadBalancers.
NOOP| Constructor and Description |
|---|
DescribeLoadBalancersRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancersRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getLoadBalancerArns()
The Amazon Resource Names (ARN) of the load balancers.
|
String |
getMarker()
The marker for the next set of results.
|
List<String> |
getNames()
The names of the load balancers.
|
Integer |
getPageSize()
The maximum number of results to return with this call.
|
int |
hashCode() |
void |
setLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setNames(Collection<String> names)
The names of the load balancers.
|
void |
setPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoadBalancersRequest |
withLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest |
withLoadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeLoadBalancersRequest |
withNames(Collection<String> names)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
withNames(String... names)
The names of the load balancers.
|
DescribeLoadBalancersRequest |
withPageSize(Integer pageSize)
The maximum number of results to return with this call.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getLoadBalancerArns()
The Amazon Resource Names (ARN) of the load balancers.
public void setLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers.public DescribeLoadBalancersRequest withLoadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
NOTE: This method appends the values to the existing list (if
any). Use setLoadBalancerArns(java.util.Collection) or
withLoadBalancerArns(java.util.Collection) if you want to
override the existing values.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers.public DescribeLoadBalancersRequest withLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers.public List<String> getNames()
The names of the load balancers.
public void setNames(Collection<String> names)
The names of the load balancers.
names - The names of the load balancers.public DescribeLoadBalancersRequest withNames(String... names)
The names of the load balancers.
NOTE: This method appends the values to the existing list (if
any). Use setNames(java.util.Collection) or
withNames(java.util.Collection) if you want to override the
existing values.
names - The names of the load balancers.public DescribeLoadBalancersRequest withNames(Collection<String> names)
The names of the load balancers.
names - The names of the load balancers.public void setMarker(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 String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeLoadBalancersRequest withMarker(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 void setPageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.public Integer getPageSize()
The maximum number of results to return with this call.
public DescribeLoadBalancersRequest withPageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.public String toString()
toString in class ObjectObject.toString()public DescribeLoadBalancersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.