Class BatchItemError
java.lang.Object
software.amazon.awssdk.services.comprehend.model.BatchItemError
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchItemError.Builder,BatchItemError>
@Generated("software.amazon.awssdk:codegen")
public final class BatchItemError
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BatchItemError.Builder,BatchItemError>
Describes an error that occurred while processing a document in a batch. The operation returns on
BatchItemError object for each document that contained an error.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchItemError.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe numeric error code of the error.final StringA text description of the error.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerindex()The zero-based index of the document in the input list.static Class<? extends BatchItemError.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
index
The zero-based index of the document in the input list.
- Returns:
- The zero-based index of the document in the input list.
-
errorCode
The numeric error code of the error.
- Returns:
- The numeric error code of the error.
-
errorMessage
A text description of the error.
- Returns:
- A text description of the error.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchItemError.Builder,BatchItemError> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-