@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()
Optional.
|
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()
Optional.
|
int |
hashCode() |
void |
setListBy(String listBy)
Optional.
|
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)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
ListQueuesRequest |
withListBy(QueueListBy listBy)
Optional.
|
ListQueuesRequest |
withListBy(String listBy)
Optional.
|
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)
Optional.
|
ListQueuesRequest |
withOrder(String order)
Optional.
|
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 setListBy(String listBy)
listBy
- Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or
chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.QueueListBy
public String getListBy()
QueueListBy
public ListQueuesRequest withListBy(String listBy)
listBy
- Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or
chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.QueueListBy
public ListQueuesRequest withListBy(QueueListBy listBy)
listBy
- Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or
chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.QueueListBy
public 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 void setOrder(String order)
order
- Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or
DESCENDING order. Default varies by resource.Order
public String getOrder()
Order
public ListQueuesRequest withOrder(String order)
order
- Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or
DESCENDING order. Default varies by resource.Order
public ListQueuesRequest withOrder(Order order)
order
- Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or
DESCENDING order. Default varies by resource.Order
public String toString()
toString
in class Object
Object.toString()
public ListQueuesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()