com.amazonaws.services.sqs.model
Class ListQueuesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.sqs.model.ListQueuesRequest

public class ListQueuesRequest
extends AmazonWebServiceRequest


Constructor Summary
ListQueuesRequest()
          Default constructor for a new ListQueuesRequest object.
 
Method Summary
 String getQueueNamePrefix()
          A string to use for filtering the list results.
 void setQueueNamePrefix(String queueNamePrefix)
          A string to use for filtering the list results.
 String toString()
           
 ListQueuesRequest withQueueNamePrefix(String queueNamePrefix)
          A string to use for filtering the list results.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListQueuesRequest

public ListQueuesRequest()
Default constructor for a new ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getQueueNamePrefix

public String getQueueNamePrefix()
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Returns:
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

setQueueNamePrefix

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.

Parameters:
queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

withQueueNamePrefix

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.