Package | com.amazonaws.services.sqs.model |
Class | public class ListQueuesRequest |
Inheritance | ListQueuesRequest ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Since : | January 27. 2011 |
Runtime Versions : | Flash Player 10.1, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
ListQueuesRequest(queueNamePrefix:String = null)
Constructs a new ListQueuesRequest object. | ListQueuesRequest | ||
getQueueNamePrefix():String
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 |
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.
ParametersqueueNamePrefix:String (default = null ) — A string to use for filtering the list results.
Only those queues whose name begins with the specified string are returned.
|
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.
ReturnsString — 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.
ReturnsString — 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.
|
ListQueuesRequest — A reference to this updated object so that method calls can be chained together.
|