@Generated(value="software.amazon.awssdk:codegen") public final class DeleteMessageBatchRequest extends SqsRequest implements ToCopyableBuilder<DeleteMessageBatchRequest.Builder,DeleteMessageBatchRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteMessageBatchRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteMessageBatchRequest.Builder |
builder() |
List<DeleteMessageBatchRequestEntry> |
entries()
A list of receipt handles for the messages to be deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEntries()
Returns true if the Entries property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
queueUrl()
The URL of the Amazon SQS queue from which messages are deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteMessageBatchRequest.Builder> |
serializableBuilderClass() |
DeleteMessageBatchRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String queueUrl()
The URL of the Amazon SQS queue from which messages are deleted.
Queue URLs and names are case-sensitive.
Queue URLs and names are case-sensitive.
public boolean hasEntries()
public List<DeleteMessageBatchRequestEntry> entries()
A list of receipt handles for the messages to be deleted.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEntries()
to see if a value was sent in this field.
public DeleteMessageBatchRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteMessageBatchRequest.Builder,DeleteMessageBatchRequest>
toBuilder
in class SqsRequest
public static DeleteMessageBatchRequest.Builder builder()
public static Class<? extends DeleteMessageBatchRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.