@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueuesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListQueuesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListQueuesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getListBy() |
Integer |
getMaxResults()
Optional.
|
String |
getNextToken()
Use this string, provided with the response to a previous request, to request the next batch of queues.
|
String |
getOrder() |
int |
hashCode() |
void |
setListBy(String listBy) |
void |
setMaxResults(Integer maxResults)
Optional.
|
void |
setNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of queues.
|
void |
setOrder(String order) |
String |
toString()
Returns a string representation of this object.
|
ListQueuesRequest |
withListBy(QueueListBy listBy) |
ListQueuesRequest |
withListBy(String listBy) |
ListQueuesRequest |
withMaxResults(Integer maxResults)
Optional.
|
ListQueuesRequest |
withNextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of queues.
|
ListQueuesRequest |
withOrder(Order order) |
ListQueuesRequest |
withOrder(String order) |
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 setListBy(String listBy)
listBy - QueueListBypublic String getListBy()
QueueListBypublic ListQueuesRequest withListBy(String listBy)
listBy - QueueListBypublic ListQueuesRequest withListBy(QueueListBy listBy)
listBy - QueueListBypublic void setMaxResults(Integer maxResults)
maxResults - Optional. Number of queues, up to twenty, that will be returned at one time.public Integer getMaxResults()
public ListQueuesRequest withMaxResults(Integer maxResults)
maxResults - Optional. Number of queues, up to twenty, that will be returned at one time.public void setNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of queues.public String getNextToken()
public ListQueuesRequest withNextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of queues.public ListQueuesRequest withOrder(String order)
order - Orderpublic ListQueuesRequest withOrder(Order order)
order - Orderpublic String toString()
toString in class ObjectObject.toString()public ListQueuesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.