public class DeleteMessageBatchRequestEntry extends Object implements Serializable
Encloses a receipt handle and an identifier for it.
| Constructor and Description |
|---|
DeleteMessageBatchRequestEntry() |
DeleteMessageBatchRequestEntry(String id,
String receiptHandle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
An identifier for this particular receipt handle.
|
String |
getReceiptHandle()
A receipt handle.
|
int |
hashCode() |
public String getId()
Ids of a batch request need to be unique within the
request.Ids of a batch request need to be unique within
the request.public String getReceiptHandle()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.