Public Member Functions | Properties

SQSReceiveMessageResponse Class Reference

Receive Message Result. More...

#import <SQSReceiveMessageResponse.h>

Inherits AmazonServiceResponse.

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(void) - addMessage:
 Adds a single object to messages.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSMutableArray * messages
 A list of messages.

Detailed Description

Receive Message Result.


Member Function Documentation

- (void SQSReceiveMessageResponse.)addMessage: (SQSMessage *)  message  

Adds a single object to messages.

This function will alloc and init messages if not already done.

- (NSString* SQSReceiveMessageResponse.)description  

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

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

Default constructor for a new object.

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


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