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()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getQueueNamePrefix()
A string to use for filtering the list results.
|
int |
hashCode() |
void |
setQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListQueuesRequest |
withQueueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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.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.
queueNamePrefix - A string to use for filtering the list results. Only those queues
whose name begins with the specified string are returned.public String getQueueNamePrefix()
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
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.
queueNamePrefix - A string to use for filtering the list results. Only those queues
whose name begins with the specified string are returned.public String toString()
toString in class ObjectObject.toString()public ListQueuesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.