Packagecom.amazonaws.services.sqs.model
Classpublic class ListQueuesRequest
InheritanceListQueuesRequest Inheritance AmazonWebServiceRequest Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4
Since : January 27. 2011
Runtime Versions : Flash Player 10.1, AIR 2.5

Container for the parameters to the ListQueues operation. The ListQueues action returns a list of your queues (as URL string!)



Public Methods
 MethodDefined By
  
ListQueuesRequest(queueNamePrefix:String = null)
Constructs a new ListQueuesRequest object.
ListQueuesRequest
  
A string to use for filtering the list results.
ListQueuesRequest
  
setQueueNamePrefix(queueNamePrefix:String = null):void
A string to use for filtering the list results.
ListQueuesRequest
  
toString():String
Returns a string representation of this object; useful for testing and debugging.
ListQueuesRequest
  
withQueueNamePrefix(queueNamePrefix:String = null):ListQueuesRequest
A string to use for filtering the list results.
ListQueuesRequest
Constructor Detail
ListQueuesRequest()Constructor
public function ListQueuesRequest(queueNamePrefix:String = null)

Constructs a new ListQueuesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.

Parameters
queueNamePrefix:String (default = null) — A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Method Detail
getQueueNamePrefix()method
public function getQueueNamePrefix():String

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

Returns
String — A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
setQueueNamePrefix()method 
public function setQueueNamePrefix(queueNamePrefix:String = null):void

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

Parameters

queueNamePrefix:String (default = null) — A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

toString()method 
public function toString():String

Returns a string representation of this object; useful for testing and debugging.

Returns
String — A string representation of this object.
withQueueNamePrefix()method 
public function withQueueNamePrefix(queueNamePrefix:String = null):ListQueuesRequest

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:String (default = null) — A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Returns
ListQueuesRequest — A reference to this updated object so that method calls can be chained together.