Returns a list of your queues. The maximum number of queues that can be returned is 1000.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListQueuesRequest : SQSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListQueuesRequest()()()() | Initializes a new instance of the ListQueuesRequest class | 
|  | Attribute | 
            Name and value pair of an attribute associated with the queue.
             | 
|  | Equals(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 | 
            Prefix to use for filtering the list results. Only those queues whose name begins with the prefix are returned.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttribute(array<Attribute>[]()[][]) | Obsolete. 
            Sets the name and value pair of an attribute associated with the queue.
             | 
|  | WithQueueNamePrefix(String) | Obsolete. 
            Sets the prefix to use for filtering the list results. Only those queues whose name begins with the prefix are returned.
             | 
 Remarks
 Remarks
            If you specify a value for the optional QueueNamePrefix parameter, only queues with a name beginning with the
            specified value are returned.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SQSRequest | |
|  | ListQueuesRequest | |