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