@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLoadBalancersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLoadBalancersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getLoadBalancerArns()
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
public void setLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
loadBalancerArns
- The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single
call.public DescribeLoadBalancersRequest withLoadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
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. You can specify up to 20 load balancers in a single
call.public DescribeLoadBalancersRequest withLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
loadBalancerArns
- The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single
call.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 Object
Object.toString()
public DescribeLoadBalancersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.