@Generated(value="software.amazon.awssdk:codegen") public final class FailedBatchItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FailedBatchItem.Builder,FailedBatchItem>
A single item in a batch that failed to perform the intended action because of an error preventing it from succeeding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailedBatchItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailedBatchItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
The error message that indicates why the batch item failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The id of the batch item that failed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailedBatchItem.Builder> |
serializableBuilderClass() |
FailedBatchItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows operations.
public final String errorMessage()
The error message that indicates why the batch item failed.
public FailedBatchItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailedBatchItem.Builder,FailedBatchItem>public static FailedBatchItem.Builder builder()
public static Class<? extends FailedBatchItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.