Class BatchDeleteImportDataError
- java.lang.Object
-
- software.amazon.awssdk.services.applicationdiscovery.model.BatchDeleteImportDataError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchDeleteImportDataError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchDeleteImportDataError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchDeleteImportDataErrorCodeerrorCode()The type of error that occurred for a specific import task.StringerrorCodeAsString()The type of error that occurred for a specific import task.StringerrorDescription()The description of the error that occurred for a specific import task.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimportTaskId()The unique import ID associated with the error that occurred.List<SdkField<?>>sdkFields()static Class<? extends BatchDeleteImportDataError.Builder>serializableBuilderClass()BatchDeleteImportDataError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
importTaskId
public final String importTaskId()
The unique import ID associated with the error that occurred.
- Returns:
- The unique import ID associated with the error that occurred.
-
errorCode
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,
errorCodewill returnBatchDeleteImportDataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The type of error that occurred for a specific import task.
- See Also:
BatchDeleteImportDataErrorCode
-
errorCodeAsString
public 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,
errorCodewill returnBatchDeleteImportDataErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- The type of error that occurred for a specific import task.
- See Also:
BatchDeleteImportDataErrorCode
-
errorDescription
public final String errorDescription()
The description of the error that occurred for a specific import task.
- Returns:
- The description of the error that occurred for a specific import task.
-
toBuilder
public BatchDeleteImportDataError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchDeleteImportDataError.Builder,BatchDeleteImportDataError>
-
builder
public static BatchDeleteImportDataError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchDeleteImportDataError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-