@Generated(value="software.amazon.awssdk:codegen") public final class VectorEnrichmentJobErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VectorEnrichmentJobErrorDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobErrorDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorMessage()
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
|
VectorEnrichmentJobErrorType |
errorType()
The type of error generated during the Vector Enrichment job.
|
String |
errorTypeAsString()
The type of error generated during the Vector Enrichment job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VectorEnrichmentJobErrorDetails.Builder> |
serializableBuilderClass() |
VectorEnrichmentJobErrorDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorMessage()
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
public final VectorEnrichmentJobErrorType errorType()
The type of error generated during the Vector Enrichment job.
If the service returns an enum value that is not available in the current SDK version, errorType will
return VectorEnrichmentJobErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorTypeAsString().
VectorEnrichmentJobErrorTypepublic final String errorTypeAsString()
The type of error generated during the Vector Enrichment job.
If the service returns an enum value that is not available in the current SDK version, errorType will
return VectorEnrichmentJobErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from errorTypeAsString().
VectorEnrichmentJobErrorTypepublic VectorEnrichmentJobErrorDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>public static VectorEnrichmentJobErrorDetails.Builder builder()
public static Class<? extends VectorEnrichmentJobErrorDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.