A single SQS message along with an Id.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SendMessageBatchRequestEntry
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SendMessageBatchRequestEntry()()()() | Initializes a new instance of the SendMessageBatchRequestEntry class | 
|  | DelaySeconds | 
            The number of seconds to delay the message from being available for processing.
             | 
|  | 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 | 
            An identifier for the message in this batch.
            This is used to communicate the result.
             | 
|  | IsSetDelaySeconds()()()() | 
            Checks if DelaySeconds property is set
             | 
|  | IsSetId()()()() | 
            Checks if Id property is set
             | 
|  | IsSetMessageAttribute()()()() | 
            Determines whether the target [P:MessageAttribute] is set in this request.
             | 
|  | IsSetMessageBody()()()() | 
            Checks if MessageBody property is set
             | 
|  | MessageAttribute | 
            Gets or sets the message attributes.
             | 
|  | MessageBody | 
             The message to send.
              | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDelaySeconds(Int32) | Obsolete. 
            Sets the number of seconds to delay the message from being available for processing.
             | 
|  | WithId(String) | Obsolete. 
            Sets an identifier for the message in this batch.
             | 
|  | WithMessageAttribute(array<MessageAttribute>[]()[][]) | Obsolete. 
            Modifies this request with the specified MessageAttributes.
             | 
|  | WithMessageBody(String) | Obsolete. 
             Sets the message to send.
              | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | SendMessageBatchRequestEntry |