Class ListQueuesRequest
java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.sqs.model.ListQueuesRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for ListQueuesRequest object.ListQueuesRequest(String queueNamePrefix) Constructs a new ListQueuesRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanA string to use for filtering the list results.inthashCode()voidsetQueueNamePrefix(String queueNamePrefix) A string to use for filtering the list results.toString()Returns a string representation of this object; useful for testing and debugging.withQueueNamePrefix(String queueNamePrefix) A string to use for filtering the list results.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListQueuesRequest
public ListQueuesRequest()Default constructor for ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
ListQueuesRequest
Constructs a new ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
queueNamePrefix- A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.Queue names are case-sensitive.
-
-
Method Details
-
setQueueNamePrefix
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue names are case-sensitive.
- Parameters:
queueNamePrefix- A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.Queue names are case-sensitive.
-
getQueueNamePrefix
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue names are case-sensitive.
- Returns:
- A string to use for filtering the list results. Only those queues
whose name begins with the specified string are returned.
Queue names are case-sensitive.
-
withQueueNamePrefix
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue names are case-sensitive.
- Parameters:
queueNamePrefix- A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.Queue names are case-sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-