List Queues Request. More...
#import <SQSListQueuesRequest.h>
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. |
List Queues Request.
- (NSString* SQSListQueuesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (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.
theQueueNamePrefix | A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned. |
- (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.