Class SendMessageBatchResultEntry
- java.lang.Object
-
- com.amazonaws.services.sqs.model.SendMessageBatchResultEntry
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class SendMessageBatchResultEntry extends Object implements Serializable, Cloneable
Encloses a message ID for successfully enqueued message of a SendMessageBatch.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SendMessageBatchResultEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendMessageBatchResultEntry
clone()
boolean
equals(Object obj)
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()
void
setId(String id)
An identifier for the message in this batch.void
setMD5OfMessageAttributes(String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.void
setMD5OfMessageBody(String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string.void
setMessageId(String messageId)
An identifier for the message.String
toString()
Returns a string representation of this object; useful for testing and debugging.SendMessageBatchResultEntry
withId(String id)
An identifier for the message in this batch.SendMessageBatchResultEntry
withMD5OfMessageAttributes(String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.SendMessageBatchResultEntry
withMD5OfMessageBody(String mD5OfMessageBody)
An MD5 digest of the non-URL-encoded message body string.SendMessageBatchResultEntry
withMessageId(String messageId)
An identifier for the message.
-
-
-
Method Detail
-
setId
public void setId(String id)
An identifier for the message in this batch.
- Parameters:
id
- An identifier for the message in this batch.
-
getId
public String getId()
An identifier for the message in this batch.
- Returns:
- An identifier for the message in this batch.
-
withId
public SendMessageBatchResultEntry withId(String id)
An identifier for the message in this batch.
- Parameters:
id
- An identifier for the message in this batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessageId
public void setMessageId(String messageId)
An identifier for the message.
- Parameters:
messageId
- An identifier for the message.
-
getMessageId
public String getMessageId()
An identifier for the message.
- Returns:
- An identifier for the message.
-
withMessageId
public SendMessageBatchResultEntry withMessageId(String messageId)
An identifier for the message.
- Parameters:
messageId
- An identifier for the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMD5OfMessageBody
public void setMD5OfMessageBody(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.
- Parameters:
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.
-
getMD5OfMessageBody
public 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.
- Returns:
- 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.
-
withMD5OfMessageBody
public SendMessageBatchResultEntry withMD5OfMessageBody(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMD5OfMessageAttributes
public void setMD5OfMessageAttributes(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 batch 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.
- Parameters:
mD5OfMessageAttributes
- An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch 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.
-
getMD5OfMessageAttributes
public 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 batch 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.
- Returns:
- An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch 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.
-
withMD5OfMessageAttributes
public SendMessageBatchResultEntry withMD5OfMessageAttributes(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 batch 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.
- Parameters:
mD5OfMessageAttributes
- An MD5 digest of the non-URL-encoded message attribute string. This can be used to verify that Amazon SQS received the message batch 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SendMessageBatchResultEntry clone()
-
-