Public Member Functions | Properties

SQSMessage Class Reference

Message. More...

#import <SQSMessage.h>

List of all members.

Public Member Functions

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

Properties

NSString * messageId
NSString * receiptHandle
NSString * mD5OfBody
NSString * body
NSMutableDictionary * attributes

Detailed Description

Message.


Member Function Documentation

- (NSString* SQSMessage.)description  

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

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

Default constructor for a new Message 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: