public final class ChangeMessageVisibilityBatchRequestEntry extends Object implements Serializable
Constructor and Description |
---|
ChangeMessageVisibilityBatchRequestEntry(String id,
String receiptHandle,
Integer visibilityTimeout)
Constructs a new ChangeMessageVisibilityBatchRequestEntry object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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() |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public ChangeMessageVisibilityBatchRequestEntry(String id, String receiptHandle, Integer visibilityTimeout)
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.public String getId()
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.public String getReceiptHandle()
public Integer getVisibilityTimeout()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2017. All rights reserved.