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.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SendMessageBatchRequest()()()()
Initializes a new instance of the SendMessageBatchRequest class
Entries
Gets and sets the Entries property. A list of SendMessageBatchRequestEntries.
Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithEntries(array<SendMessageBatchRequestEntry>[]()[][])
Sets the Entries property
WithQueueUrl(String)
Sets the QueueUrl property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..SendMessageBatchRequest

See Also