The ListQueues action returns a list of your queues. The maximum number of queues that can be returned is 1000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name beginning with the specified value are returned.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListQueuesRequest
Public Class ListQueuesRequest
public ref class ListQueuesRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListQueuesRequest()()()()
Initializes a new instance of the ListQueuesRequest class
Attribute
Gets and sets the Attribute property. Name and value pair of an attribute associated with the queue.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsSetAttribute()()()()
Checks if Attribute property is set
IsSetQueueNamePrefix()()()()
Checks if QueueNamePrefix property is set
QueueNamePrefix
Gets and sets the QueueNamePrefix property. String to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttribute(array<Attribute>[]()[][])
Sets the Attribute property
WithQueueNamePrefix(String)
Sets the QueueNamePrefix property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..ListQueuesRequest

See Also