C# Class Amazon.SQS.Model.ListQueuesRequest

Container for the parameters to the ListQueues operation. Returns a list of your queues. The maximum number of queues that can be returned is 1,000. If you specify a value for the optional QueueNamePrefix parameter, only queues with a name that begins with the specified value are returned.
Inheritance: AmazonSQSRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListQueuesRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ListQueuesRequest ( string queueNamePrefix ) : System

Instantiates ListQueuesRequest with the parameterized properties

Private Methods

Method Description
IsSetQueueNamePrefix ( ) : bool

Method Details

ListQueuesRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ListQueuesRequest ( ) : System
return System

ListQueuesRequest() public method

Instantiates ListQueuesRequest with the parameterized properties
public ListQueuesRequest ( string queueNamePrefix ) : System
queueNamePrefix string A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned. Queue names are case-sensitive.
return System