Public Member Functions | Properties

SQSListQueuesResponse Class Reference

List Queues Result. More...

#import <SQSListQueuesResponse.h>

Inherits AmazonServiceResponse.

List of all members.

Public Member Functions

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

Properties

NSMutableArray * queueUrls
 A list of queue URLs for queues.

Detailed Description

List Queues Result.


Member Function Documentation

- (NSString* SQSListQueuesResponse.)description  

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

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

Default constructor for a new object.

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


Property Documentation

- (NSMutableArray *) queueUrls [read, write, retain]

A list of queue URLs for queues.

The response can contain up to 1000 QueueUrl elements.


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