Send Message Result. More...
#import <SQSSendMessageResponse.h>
Inherits AmazonServiceResponse.
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 | |
NSString * | mD5OfMessageBody |
An MD5 digest of the non-URL-encoded message body string. | |
NSString * | messageId |
The message ID of the message sent to the queue. |
Send Message Result.
- (NSString* SQSSendMessageResponse.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SQSSendMessageResponse.)init |
Default constructor for a new object.
Callers should use the property methods to initialize this object after creating it.
- (NSString *) mD5OfMessageBody [read, write, retain] |
An MD5 digest of the non-URL-encoded message body string.
This can be used to verify that SQS received the message correctly. SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to <a p://faqs.org/rfcs/rfc1321.html">http://faqs.org/rfcs/rfc1321.html.