Public Member Functions | Properties

SQSListQueuesRequest Class Reference

List Queues Request. More...

#import <SQSListQueuesRequest.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new ListQueuesRequest object.
(id) - initWithQueueNamePrefix:
 Constructs a new ListQueuesRequest object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSString * queueNamePrefix
 A string to use for filtering the list results.

Detailed Description

List Queues Request.


Member Function Documentation

- (NSString* SQSListQueuesRequest.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SQSListQueuesRequest.)init  

Default constructor for a new ListQueuesRequest object.

Callers should use the property methods to initialize this object after creating it.

- (id SQSListQueuesRequest.)initWithQueueNamePrefix: (NSString *)  theQueueNamePrefix  

Constructs a new ListQueuesRequest object.

Callers should use properties to initialize any additional object members.

Parameters:
theQueueNamePrefix A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

Property Documentation

- (NSString *) queueNamePrefix [read, write, retain]

A string to use for filtering the list results.

Only those queues whose name begins with the specified string are returned.


The documentation for this class was generated from the following file: