@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeListenerCertificatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeListenerCertificatesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeListenerCertificatesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getListenerArn()
The Amazon Resource Names (ARN) of the listener.
|
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 |
setListenerArn(String listenerArn)
The Amazon Resource Names (ARN) of the listener.
|
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.
|
DescribeListenerCertificatesRequest |
withListenerArn(String listenerArn)
The Amazon Resource Names (ARN) of the listener.
|
DescribeListenerCertificatesRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeListenerCertificatesRequest |
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 setListenerArn(String listenerArn)
The Amazon Resource Names (ARN) of the listener.
listenerArn
- The Amazon Resource Names (ARN) of the listener.public String getListenerArn()
The Amazon Resource Names (ARN) of the listener.
public DescribeListenerCertificatesRequest withListenerArn(String listenerArn)
The Amazon Resource Names (ARN) of the listener.
listenerArn
- The Amazon Resource Names (ARN) of the listener.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 DescribeListenerCertificatesRequest 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 DescribeListenerCertificatesRequest 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 DescribeListenerCertificatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.