Encloses a message ID for successfully enqueued message of a SendMessageBatchRequest.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class SendMessageBatchResultEntry
Public Class SendMessageBatchResultEntry
public ref class SendMessageBatchResultEntry
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SendMessageBatchResultEntry()()()() | Initializes a new instance of the SendMessageBatchResultEntry class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
Gets and sets the Id property. An identifier for the message in this batch.
| |
| IsSetId()()()() |
Checks if Id property is set
| |
| IsSetMD5OfMessageBody()()()() |
Checks if MD5OfMessageBody property is set
| |
| IsSetMessageId()()()() |
Checks if MessageId property is set
| |
| MD5OfMessageBody |
Gets and sets the MD5OfMessageBody property. 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.
| |
| MessageId |
Gets and sets the MessageId property. An identifier for the message.
| |
| ToString()()()() | (Inherited from Object.) |