Class ChangeMessageVisibilityBatchRequestEntry
java.lang.Object
software.amazon.awssdk.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChangeMessageVisibilityBatchRequestEntry.Builder,ChangeMessageVisibilityBatchRequestEntry>
@Generated("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.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()An identifier for this particular receipt handle used to communicate the result.final StringA receipt handle.static Class<? extends ChangeMessageVisibilityBatchRequestEntry.Builder>final StringtoString()Returns a string representation of this object.final IntegerThe new value (in seconds) for the message's visibility timeout.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
An identifier for this particular receipt handle used to communicate the result.
The
Ids 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 (_).
- Returns:
- An identifier for this particular receipt handle used to communicate the result.
The
Ids 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 (_).
-
receiptHandle
A receipt handle.
- Returns:
- A receipt handle.
-
visibilityTimeout
The new value (in seconds) for the message's visibility timeout.
- Returns:
- The new value (in seconds) for the message's visibility timeout.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChangeMessageVisibilityBatchRequestEntry.Builder,ChangeMessageVisibilityBatchRequestEntry>
-
builder
-
serializableBuilderClass
public static Class<? extends ChangeMessageVisibilityBatchRequestEntry.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-