@Generated(value="software.amazon.awssdk:codegen") public final class ChangeMessageVisibilityBatchRequestEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeMessageVisibilityBatchRequestEntry.Builder,ChangeMessageVisibilityBatchRequestEntry>
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatch.
All of the following list parameters must be prefixed with ChangeMessageVisibilityBatchRequestEntry.n
,
where n
is an integer value starting with 1
. For example, a parameter list for this action
might look like this:
&ChangeMessageVisibilityBatchRequestEntry.1.Id=change_visibility_msg_2
&ChangeMessageVisibilityBatchRequestEntry.1.ReceiptHandle=your_receipt_handle
&ChangeMessageVisibilityBatchRequestEntry.1.VisibilityTimeout=45
Modifier and Type | Class and Description |
---|---|
static interface |
ChangeMessageVisibilityBatchRequestEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static ChangeMessageVisibilityBatchRequestEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
An identifier for this particular receipt handle used to communicate the result.
|
String |
receiptHandle()
A receipt handle.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeMessageVisibilityBatchRequestEntry.Builder> |
serializableBuilderClass() |
ChangeMessageVisibilityBatchRequestEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
visibilityTimeout()
The new value (in seconds) for the message's visibility timeout.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String id()
An identifier for this particular receipt handle used to communicate the result.
The Id
s of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
The Id
s of a batch request need to be unique within a request.
This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
public final String receiptHandle()
A receipt handle.
public final Integer visibilityTimeout()
The new value (in seconds) for the message's visibility timeout.
public ChangeMessageVisibilityBatchRequestEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ChangeMessageVisibilityBatchRequestEntry.Builder,ChangeMessageVisibilityBatchRequestEntry>
public static ChangeMessageVisibilityBatchRequestEntry.Builder builder()
public static Class<? extends ChangeMessageVisibilityBatchRequestEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.