@Generated(value="software.amazon.awssdk:codegen") public final class BatchResultErrorEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>
Gives a detailed description of the result of an action on each entry in the request.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchResultErrorEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchResultErrorEntry.Builder |
builder() |
String |
code()
An error code representing why the action failed on this entry.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The
Id of an entry in a batch request. |
String |
message()
A message explaining why the action failed on this entry.
|
List<SdkField<?>> |
sdkFields() |
Boolean |
senderFault()
Specifies whether the error happened due to the caller of the batch API action.
|
static Class<? extends BatchResultErrorEntry.Builder> |
serializableBuilderClass() |
BatchResultErrorEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String id()
The Id
of an entry in a batch request.
Id
of an entry in a batch request.public final Boolean senderFault()
Specifies whether the error happened due to the caller of the batch API action.
public final String code()
An error code representing why the action failed on this entry.
public final String message()
A message explaining why the action failed on this entry.
public BatchResultErrorEntry.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>
public static BatchResultErrorEntry.Builder builder()
public static Class<? extends BatchResultErrorEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.