@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeListenersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeListenersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeListenersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getListenerArns()
The Amazon Resource Names (ARN) of the listeners.
|
String |
getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
String |
getMarker()
The marker for the next set of results.
|
Integer |
getPageSize()
The maximum number of results to return with this call.
|
int |
hashCode() |
void |
setListenerArns(Collection<String> listenerArns)
The Amazon Resource Names (ARN) of the listeners.
|
void |
setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
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.
|
DescribeListenersRequest |
withListenerArns(Collection<String> listenerArns)
The Amazon Resource Names (ARN) of the listeners.
|
DescribeListenersRequest |
withListenerArns(String... listenerArns)
The Amazon Resource Names (ARN) of the listeners.
|
DescribeListenersRequest |
withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
DescribeListenersRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeListenersRequest |
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 void setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.public String getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public DescribeListenersRequest withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.public List<String> getListenerArns()
The Amazon Resource Names (ARN) of the listeners.
public void setListenerArns(Collection<String> listenerArns)
The Amazon Resource Names (ARN) of the listeners.
listenerArns
- The Amazon Resource Names (ARN) of the listeners.public DescribeListenersRequest withListenerArns(String... listenerArns)
The Amazon Resource Names (ARN) of the listeners.
NOTE: This method appends the values to the existing list (if any). Use
setListenerArns(java.util.Collection)
or withListenerArns(java.util.Collection)
if you want to
override the existing values.
listenerArns
- The Amazon Resource Names (ARN) of the listeners.public DescribeListenersRequest withListenerArns(Collection<String> listenerArns)
The Amazon Resource Names (ARN) of the listeners.
listenerArns
- The Amazon Resource Names (ARN) of the listeners.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 DescribeListenersRequest 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 DescribeListenersRequest 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 DescribeListenersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.