@Generated(value="software.amazon.awssdk:codegen") public final class ImportFailureListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportFailureListItem.Builder,ImportFailureListItem>
Provides information about an import failure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportFailureListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportFailureListItem.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
Provides the reason the import failed.
|
String |
errorType()
The type of import error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
When the import was last updated.
|
String |
location()
The location of the failure in the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportFailureListItem.Builder> |
serializableBuilderClass() |
ImportFailureStatus |
status()
The status of the import.
|
String |
statusAsString()
The status of the import.
|
ImportFailureListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String location()
The location of the failure in the S3 bucket.
public final ImportFailureStatus status()
The status of the import.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportFailureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ImportFailureStatuspublic final String statusAsString()
The status of the import.
If the service returns an enum value that is not available in the current SDK version, status will
return ImportFailureStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ImportFailureStatuspublic final String errorType()
The type of import error.
public final String errorMessage()
Provides the reason the import failed.
public final Instant lastUpdatedTime()
When the import was last updated.
public ImportFailureListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportFailureListItem.Builder,ImportFailureListItem>public static ImportFailureListItem.Builder builder()
public static Class<? extends ImportFailureListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.