@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQueuesRequest()
Default constructor for ListQueuesRequest object.
|
ListQueuesRequest(String queueNamePrefix)
Constructs a new ListQueuesRequest object.
|
Modifier and Type | Method and Description |
---|---|
ListQueuesRequest |
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 |
getQueueNamePrefix()
A string to use for filtering the list results.
|
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 |
setQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results.
|
String |
toString()
Returns a string representation of this object.
|
ListQueuesRequest |
withMaxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListQueuesRequest |
withNextToken(String nextToken)
Pagination token to request the next set of results.
|
ListQueuesRequest |
withQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results.
|
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 ListQueuesRequest()
public ListQueuesRequest(String queueNamePrefix)
queueNamePrefix
- A string to use for filtering the list results. Only those queues whose name begins with the specified
string are returned.
Queue URLs and names are case-sensitive.
public void setQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue URLs and names are case-sensitive.
queueNamePrefix
- A string to use for filtering the list results. Only those queues whose name begins with the specified
string are returned.
Queue URLs and names are case-sensitive.
public String getQueueNamePrefix()
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public ListQueuesRequest withQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue URLs and names are case-sensitive.
queueNamePrefix
- A string to use for filtering the list results. Only those queues whose name begins with the specified
string are returned.
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 ListQueuesRequest 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 ListQueuesRequest 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 ListQueuesRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.