public final class SendMessageResult extends Object implements Serializable
The MD5OfMessageBody and MessageId elements.
Constructor and Description |
---|
SendMessageResult(String mD5OfMessageAttributes,
String mD5OfMessageBody,
String messageId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMD5OfMessageAttributes()
An MD5 digest of the non-URL-encoded message attribute string.
|
String |
getMD5OfMessageBody()
An MD5 digest of the non-URL-encoded message body string.
|
String |
getMessageId()
An element containing the message ID of the message sent to the queue.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public String getMD5OfMessageBody()
public String getMD5OfMessageAttributes()
public String getMessageId()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2019. All rights reserved.