public final class ChangeMessageVisibilityBatchRequestEntry extends Object implements Serializable
| Constructor and Description |
|---|
ChangeMessageVisibilityBatchRequestEntry() |
ChangeMessageVisibilityBatchRequestEntry(String id,
String receiptHandle,
Integer visibilityTimeout) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
An identifier for this particular receipt handle.
|
String |
getReceiptHandle()
A receipt handle.
|
Integer |
getVisibilityTimeout()
The new value (in seconds) for the message's visibility timeout.
|
int |
hashCode() |
public ChangeMessageVisibilityBatchRequestEntry()
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()
public Integer getVisibilityTimeout()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.