java.lang.Object | |
↳ | org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry |
Encloses a receipt handle and an identifier for it.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | An identifier for this particular receipt handle. | ||||||||||
receiptHandle | A receipt handle. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new DeleteMessageBatchRequestEntry object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
An identifier for this particular receipt handle.
| |||||||||||
A receipt handle.
| |||||||||||
Returns a string representation of this object; useful for testing and debugging.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
An identifier for this particular receipt handle. This is used to communicate the result. Note that the Id
s of a batch request need to be unique within the
request.
A receipt handle.
Constructs a new DeleteMessageBatchRequestEntry object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
id | An identifier for this particular receipt handle. This is used to communicate the result. Note that the Id s of a batch request need to be unique
within the request. |
---|---|
receiptHandle | A receipt handle. |
obj |
---|
An identifier for this particular receipt handle. 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.
A receipt handle.
Returns a string representation of this object; useful for testing and debugging.