Message. More...
#import <SQSMessage.h>
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 |
Message.
- (NSString* SQSMessage.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSMessage.)init |
Default constructor for a new Message object.
Callers should use the property methods to initialize this object after creating it.