Public Member Functions | Properties

SQSSendMessageResponse Class Reference

Send Message Result. More...

#import <SQSSendMessageResponse.h>

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

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.

Detailed Description

Send Message Result.


Member Function Documentation

- (NSString* SQSSendMessageResponse.)description  

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

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

Default constructor for a new object.

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


Property Documentation

- (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.


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