AWS SDK for .NET Documentation
ListQueuesRequest Class
AmazonAmazon.SQS.ModelListQueuesRequest Did this page help you?   Yes   No    Tell us about it...
Returns a list of your queues. The maximum number of queues that can be returned is 1000.
Declaration Syntax
C#
public class ListQueuesRequest : SQSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListQueuesRequest()()()()
Initializes a new instance of the ListQueuesRequest class

Attribute
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
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
If you specify a value for the optional QueueNamePrefix parameter, only queues with a name beginning with the specified value are returned.
Inheritance Hierarchy
Object
SQSRequest
 ListQueuesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)