Sends multiple messages to a queue.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class SendMessageBatchRequest : SQSRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SendMessageBatchRequest()()()() | Initializes a new instance of the SendMessageBatchRequest class | 
|  | Entries | 
            A list of messages to send.
             | 
|  | 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.) | 
|  | IsSetEntries()()()() | 
            Checks if Entries property is set
             | 
|  | IsSetQueueUrl()()()() | 
            Checks if QueueUrl property is set
             | 
|  | QueueUrl | 
            The URL associated with the Amazon SQS queue.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithEntries(array<SendMessageBatchRequestEntry>[]()[][]) | Obsolete. 
            Sets the list of messages to send.
             | 
|  | WithQueueUrl(String) | Obsolete. 
            Sets the URL associated with the Amazon SQS queue.
             | 
 Remarks
 Remarks
            This operation takes multiple messages and adds each of them to the queue.
            The result of each add operation is reported individually in the response.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | SQSRequest | |
|  | SendMessageBatchRequest | |