This is a batch version of SendMessage. It takes
multiple messages and adds each of them to the queue. The result of each
add operation is reported individually in the response.
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 SendMessageBatchRequest
Public Class SendMessageBatchRequest
public ref class SendMessageBatchRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| SendMessageBatchRequest()()()() | Initializes a new instance of the SendMessageBatchRequest class | |
| Entries |
Gets and sets the Entries property. A list of SendMessageBatchRequestEntries.
| |
| 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 |
Gets and sets the QueueUrl property.
The URL associated with the Amazon SQS queue.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithEntries(array<SendMessageBatchRequestEntry>[]()[][]) |
Sets the Entries property
| |
| WithQueueUrl(String) |
Sets the QueueUrl property
|