@Generated(value="software.amazon.awssdk:codegen") public final class DeleteMessageBatchResponse extends SqsResponse implements ToCopyableBuilder<DeleteMessageBatchResponse.Builder,DeleteMessageBatchResponse>
For each message in the batch, the response contains a DeleteMessageBatchResultEntry
tag if the
message is deleted or a BatchResultErrorEntry
tag if the message can't be deleted.
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteMessageBatchResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteMessageBatchResponse.Builder |
builder() |
boolean |
equals(Object obj) |
List<BatchResultErrorEntry> |
failed()
A list of
BatchResultErrorEntry items. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteMessageBatchResponse.Builder> |
serializableBuilderClass() |
List<DeleteMessageBatchResultEntry> |
successful()
A list of
DeleteMessageBatchResultEntry items. |
DeleteMessageBatchResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public List<DeleteMessageBatchResultEntry> successful()
A list of DeleteMessageBatchResultEntry
items.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
DeleteMessageBatchResultEntry
items.public List<BatchResultErrorEntry> failed()
A list of BatchResultErrorEntry
items.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
BatchResultErrorEntry
items.public DeleteMessageBatchResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteMessageBatchResponse.Builder,DeleteMessageBatchResponse>
toBuilder
in class AwsResponse
public static DeleteMessageBatchResponse.Builder builder()
public static Class<? extends DeleteMessageBatchResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2019. All rights reserved.