@Generated(value="software.amazon.awssdk:codegen") public final class ExportErrorDetailsOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>
The structure representing the errors in an export EarthObservationJob operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportErrorDetailsOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportErrorDetailsOutput.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A detailed message describing the error in an export EarthObservationJob operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportErrorDetailsOutput.Builder> |
serializableBuilderClass() |
ExportErrorDetailsOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ExportErrorType |
type()
The type of error in an export EarthObservationJob operation.
|
String |
typeAsString()
The type of error in an export EarthObservationJob operation.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String message()
A detailed message describing the error in an export EarthObservationJob operation.
public final ExportErrorType type()
The type of error in an export EarthObservationJob operation.
If the service returns an enum value that is not available in the current SDK version, type will return
ExportErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ExportErrorTypepublic final String typeAsString()
The type of error in an export EarthObservationJob operation.
If the service returns an enum value that is not available in the current SDK version, type will return
ExportErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ExportErrorTypepublic ExportErrorDetailsOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportErrorDetailsOutput.Builder,ExportErrorDetailsOutput>public static ExportErrorDetailsOutput.Builder builder()
public static Class<? extends ExportErrorDetailsOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.