Class DeleteMessageBatchRequestEntry
java.lang.Object
software.amazon.awssdk.services.sqs.model.DeleteMessageBatchRequestEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteMessageBatchRequestEntry.Builder,DeleteMessageBatchRequestEntry>
@Generated("software.amazon.awssdk:codegen")
public final class DeleteMessageBatchRequestEntry
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DeleteMessageBatchRequestEntry.Builder,DeleteMessageBatchRequestEntry>
Encloses a receipt handle and an identifier for it.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The identifier for this particular receipt handle.final StringA receipt handle.static Class<? extends DeleteMessageBatchRequestEntry.Builder>final StringtoString()Returns a string representation of this object.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
The identifier for this particular receipt handle. This is 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:
- The identifier for this particular receipt handle. This is 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteMessageBatchRequestEntry.Builder,DeleteMessageBatchRequestEntry>
-
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
-