Encloses a message ID for successfully enqueued message of a SendMessageBatchRequest.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SendMessageBatchResultEntry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            User-supplied Id of the sent message.
             | 
|  | IsSetId()()()() | 
            Checks if Id property is set
             | 
|  | IsSetMD5OfMessageAttributes()()()() | 
            Checks if MD5OfMessageAttributes property is set
             | 
|  | IsSetMD5OfMessageBody()()()() | 
            Checks if MD5OfMessageBody property is set
             | 
|  | IsSetMessageId()()()() | 
            Checks if MessageId property is set
             | 
|  | MD5OfMessageAttributes | 
            MD5 digest of the message attributes.
             | 
|  | MD5OfMessageBody | 
            An MD5 digest of the non-URL-encoded message body string.
             | 
|  | MessageId | 
            An identifier for the message.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SendMessageBatchResultEntry |