@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListListenersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListListenersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListListenersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token for the next page of results.
|
String |
getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token for the next page of results.
|
void |
setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
String |
toString()
Returns a string representation of this object.
|
ListListenersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListListenersRequest |
withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListListenersRequest |
withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListListenersRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.public void setNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public String getNextToken()
A pagination token for the next page of results.
public ListListenersRequest withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public void setServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String getServiceIdentifier()
The ID or Amazon Resource Name (ARN) of the service.
public ListListenersRequest withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
serviceIdentifier - The ID or Amazon Resource Name (ARN) of the service.public String toString()
toString in class ObjectObject.toString()public ListListenersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()