Inherits from SQSResponse : AmazonServiceResponse : NSObject
Declared in SQSSendMessageResponse.h

Overview

Send Message Result

Tasks

  • – setException:

    If an exception was thrown, this will return the exception.

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   mD5OfMessageBody

    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 http://faqs.org/rfcs/rfc1321.html.

    property
  •   messageId

    The message ID of the message added to the queue.

    property
  • – description

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

Properties

mD5OfMessageBody

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 http://faqs.org/rfcs/rfc1321.html.

@property (nonatomic, retain) NSString *mD5OfMessageBody

Discussion

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 http://faqs.org/rfcs/rfc1321.html.

Declared In

SQSSendMessageResponse.h

messageId

The message ID of the message added to the queue.

@property (nonatomic, retain) NSString *messageId

Discussion

The message ID of the message added to the queue.

Declared In

SQSSendMessageResponse.h

Instance Methods

description

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

- (NSString *)description

Return Value

A string representation of this object.

Discussion

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

Declared In

SQSSendMessageResponse.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

SQSSendMessageResponse.h

setException:

If an exception was thrown, this will return the exception.

- (void)setException:(AmazonServiceException *)theException

Discussion

If an exception was thrown, this will return the exception.

Declared In

AmazonServiceResponse.h