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() |
void |
setId(String id) |
void |
setReceiptHandle(String receiptHandle) |
void |
setVisibilityTimeout(Integer visibilityTimeout) |
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()
public void setId(String id)
public void setReceiptHandle(String receiptHandle)
public void setVisibilityTimeout(Integer visibilityTimeout)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.