Class VectorEnrichmentJobErrorDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobErrorDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
@Generated("software.amazon.awssdk:codegen") public final class VectorEnrichmentJobErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVectorEnrichmentJobErrorDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VectorEnrichmentJobErrorDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.VectorEnrichmentJobErrorTypeerrorType()The type of error generated during the Vector Enrichment job.StringerrorTypeAsString()The type of error generated during the Vector Enrichment job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VectorEnrichmentJobErrorDetails.Builder>serializableBuilderClass()VectorEnrichmentJobErrorDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
errorMessage
public final String errorMessage()
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
- Returns:
- A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
-
errorType
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,
errorTypewill returnVectorEnrichmentJobErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of error generated during the Vector Enrichment job.
- See Also:
VectorEnrichmentJobErrorType
-
errorTypeAsString
public 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,
errorTypewill returnVectorEnrichmentJobErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorTypeAsString().- Returns:
- The type of error generated during the Vector Enrichment job.
- See Also:
VectorEnrichmentJobErrorType
-
toBuilder
public VectorEnrichmentJobErrorDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
-
builder
public static VectorEnrichmentJobErrorDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends VectorEnrichmentJobErrorDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-