@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDeadLetterSourceQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDeadLetterSourceQueuesRequest()
Default constructor for ListDeadLetterSourceQueuesRequest object.
|
ListDeadLetterSourceQueuesRequest(String queueUrl)
Constructs a new ListDeadLetterSourceQueuesRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListDeadLetterSourceQueuesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results to include in the response.
|
String |
getNextToken()
Pagination token to request the next set of results.
|
String |
getQueueUrl()
The URL of a dead-letter queue.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
Pagination token to request the next set of results.
|
void |
setQueueUrl(String queueUrl)
The URL of a dead-letter queue.
|
String |
toString()
Returns a string representation of this object.
|
ListDeadLetterSourceQueuesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListDeadLetterSourceQueuesRequest |
withNextToken(String nextToken)
Pagination token to request the next set of results.
|
ListDeadLetterSourceQueuesRequest |
withQueueUrl(String queueUrl)
The URL of a dead-letter queue.
|
addHandlerContext, copyBaseTo, 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 ListDeadLetterSourceQueuesRequest()
public ListDeadLetterSourceQueuesRequest(String queueUrl)
queueUrl
- The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
public void setQueueUrl(String queueUrl)
The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
public String getQueueUrl()
The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public ListDeadLetterSourceQueuesRequest withQueueUrl(String queueUrl)
The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
queueUrl
- The URL of a dead-letter queue.
Queue URLs and names are case-sensitive.
public void setNextToken(String nextToken)
Pagination token to request the next set of results.
nextToken
- Pagination token to request the next set of results.public String getNextToken()
Pagination token to request the next set of results.
public ListDeadLetterSourceQueuesRequest withNextToken(String nextToken)
Pagination token to request the next set of results.
nextToken
- Pagination token to request the next set of results.public void setMaxResults(Integer maxResults)
Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults
to receive a value for NextToken
in the response.
maxResults
- Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults
to receive a value for NextToken
in the response.public Integer getMaxResults()
Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults
to receive a value for NextToken
in the response.
MaxResults
to receive a value for NextToken
in the response.public ListDeadLetterSourceQueuesRequest withMaxResults(Integer maxResults)
Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults
to receive a value for NextToken
in the response.
maxResults
- Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults
to receive a value for NextToken
in the response.public String toString()
toString
in class Object
Object.toString()
public ListDeadLetterSourceQueuesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.