@Generated(value="software.amazon.awssdk:codegen") public final class ExportErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>
The structure for returning the export error details in a GetEarthObservationJob.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportErrorDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportErrorDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportErrorDetailsOutput |
exportResults()
The structure for returning the export error details while exporting results of an Earth Observation job.
|
ExportErrorDetailsOutput |
exportSourceImages()
The structure for returning the export error details while exporting the source images of an Earth Observation
job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportErrorDetails.Builder> |
serializableBuilderClass() |
ExportErrorDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ExportErrorDetailsOutput exportResults()
The structure for returning the export error details while exporting results of an Earth Observation job.
public final ExportErrorDetailsOutput exportSourceImages()
The structure for returning the export error details while exporting the source images of an Earth Observation job.
public ExportErrorDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportErrorDetails.Builder,ExportErrorDetails>public static ExportErrorDetails.Builder builder()
public static Class<? extends ExportErrorDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.