@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteImportDataError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
Error messages returned for each import task that you deleted as a response for this command.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteImportDataError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteImportDataError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchDeleteImportDataErrorCode |
errorCode()
The type of error that occurred for a specific import task.
|
String |
errorCodeAsString()
The type of error that occurred for a specific import task.
|
String |
errorDescription()
The description of the error that occurred for a specific import task.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importTaskId()
The unique import ID associated with the error that occurred.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchDeleteImportDataError.Builder> |
serializableBuilderClass() |
BatchDeleteImportDataError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String importTaskId()
The unique import ID associated with the error that occurred.
public final BatchDeleteImportDataErrorCode errorCode()
The type of error that occurred for a specific import task.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return BatchDeleteImportDataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
BatchDeleteImportDataErrorCodepublic final String errorCodeAsString()
The type of error that occurred for a specific import task.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return BatchDeleteImportDataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorCodeAsString().
BatchDeleteImportDataErrorCodepublic final String errorDescription()
The description of the error that occurred for a specific import task.
public BatchDeleteImportDataError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>public static BatchDeleteImportDataError.Builder builder()
public static Class<? extends BatchDeleteImportDataError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.