public final class SendMessageBatchResultEntry extends Object implements Serializable
Encloses a message ID for successfully enqueued message of a SendMessageBatch.
Constructor and Description |
---|
SendMessageBatchResultEntry(String id,
String messageId,
String mD5OfMessageBody,
String mD5OfMessageAttributes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
An identifier for the message in this batch.
|
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 identifier for the message.
|
int |
hashCode() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public String getId()
public String getMessageId()
public String getMD5OfMessageBody()
public String getMD5OfMessageAttributes()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2016. All rights reserved.