java.lang.Object | |
↳ | org.mule.modules.sqs.model.SendMessageBatchRequestEntry |
Contains the details of a single Amazon SQS message along with a Id
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
delaySeconds | The number of seconds for which the message has to be delayed. | ||||||||||
id | An identifier for the message in this batch. | ||||||||||
messageAttributes | Each message attribute consists of a Name, Type, and Value. | ||||||||||
messageBody | Body of the message. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The number of seconds for which the message has to be delayed.
| |||||||||||
An identifier for the message in this batch.
| |||||||||||
Each message attribute consists of a Name, Type, and Value.
| |||||||||||
Body of the message.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The number of seconds for which the message has to be delayed.
An identifier for the message in this batch. This is used to communicate the result. Note that the Id
s of a batch request need to be unique within the request.
Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.
Body of the message.
id | |
---|---|
messageBody | |
delaySeconds | |
messageAttributes |
o |
---|
The number of seconds for which the message has to be delayed.
An identifier for the message in this batch. This is used to communicate the result. Note that the Id
s of a batch request need to be unique within the request.
Id
s of a batch request need to be unique within the
request.
Each message attribute consists of a Name, Type, and Value. For more information, see Message Attribute Items.
Body of the message.
Returns a string representation of this object; useful for testing and debugging.