public class SendMessageResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The MD5OfMessageBody and MessageId elements.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
mD5OfMessageAttributes
An MD5 digest of the non-URL-encoded message attribute string.
|
private java.lang.String |
mD5OfMessageBody
An MD5 digest of the non-URL-encoded message body string.
|
private java.lang.String |
messageId
An element containing the message ID of the message sent to the queue.
|
Constructor and Description |
---|
SendMessageResult() |
Modifier and Type | Method and Description |
---|---|
SendMessageResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMD5OfMessageAttributes()
An MD5 digest of the non-URL-encoded message attribute string.
|
java.lang.String |
getMD5OfMessageBody()
An MD5 digest of the non-URL-encoded message body string.
|
java.lang.String |
getMessageId()
An element containing the message ID of the message sent to the queue.
|
int |
hashCode() |
void |
setMD5OfMessageAttributes(java.lang.String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.
|
void |
setMD5OfMessageBody(java.lang.String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string.
|
void |
setMessageId(java.lang.String messageId)
An element containing the message ID of the message sent to the queue.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SendMessageResult |
withMD5OfMessageAttributes(java.lang.String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.
|
SendMessageResult |
withMD5OfMessageBody(java.lang.String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string.
|
SendMessageResult |
withMessageId(java.lang.String messageId)
An element containing the message ID of the message sent to the queue.
|
private java.lang.String mD5OfMessageBody
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
private java.lang.String mD5OfMessageAttributes
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
private java.lang.String messageId
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
public void setMD5OfMessageBody(java.lang.String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
mD5OfMessageBody
- An MD5 digest of the non-URL-encoded message body string. This can
be used to verify that Amazon SQS received the message correctly.
Amazon SQS first URL decodes the message before creating the MD5
digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.public java.lang.String getMD5OfMessageBody()
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
public SendMessageResult withMD5OfMessageBody(java.lang.String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
mD5OfMessageBody
- An MD5 digest of the non-URL-encoded message body string. This can
be used to verify that Amazon SQS received the message correctly.
Amazon SQS first URL decodes the message before creating the MD5
digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.public void setMD5OfMessageAttributes(java.lang.String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
mD5OfMessageAttributes
- An MD5 digest of the non-URL-encoded message attribute string.
This can be used to verify that Amazon SQS received the message
correctly. Amazon SQS first URL decodes the message before
creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.public java.lang.String getMD5OfMessageAttributes()
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
public SendMessageResult withMD5OfMessageAttributes(java.lang.String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message correctly. Amazon SQS first URL decodes the message before creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.
mD5OfMessageAttributes
- An MD5 digest of the non-URL-encoded message attribute string.
This can be used to verify that Amazon SQS received the message
correctly. Amazon SQS first URL decodes the message before
creating the MD5 digest. For information about MD5, go to http://www.faqs.org/rfcs/rfc1321.html.public void setMessageId(java.lang.String messageId)
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
messageId
- An element containing the message ID of the message sent to the
queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer
Guide.public java.lang.String getMessageId()
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
public SendMessageResult withMessageId(java.lang.String messageId)
An element containing the message ID of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
messageId
- An element containing the message ID of the message sent to the
queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer
Guide.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SendMessageResult clone()
clone
in class java.lang.Object