Class VectorEnrichmentJobExportErrorDetails
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobExportErrorDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>
@Generated("software.amazon.awssdk:codegen") public final class VectorEnrichmentJobExportErrorDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>
VectorEnrichmentJob export error details in response from GetVectorEnrichmentJob.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVectorEnrichmentJobExportErrorDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VectorEnrichmentJobExportErrorDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()The message providing details about the errors generated during the Vector Enrichment job.List<SdkField<?>>sdkFields()static Class<? extends VectorEnrichmentJobExportErrorDetails.Builder>serializableBuilderClass()VectorEnrichmentJobExportErrorDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.VectorEnrichmentJobExportErrorTypetype()The output error details for an Export operation on a Vector Enrichment job.StringtypeAsString()The output error details for an Export operation on a Vector Enrichment job.-
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
-
message
public final String message()
The message providing details about the errors generated during the Vector Enrichment job.
- Returns:
- The message providing details about the errors generated during the Vector Enrichment job.
-
type
public final VectorEnrichmentJobExportErrorType type()
The output error details for an Export operation on a Vector Enrichment job.
If the service returns an enum value that is not available in the current SDK version,
typewill returnVectorEnrichmentJobExportErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The output error details for an Export operation on a Vector Enrichment job.
- See Also:
VectorEnrichmentJobExportErrorType
-
typeAsString
public final String typeAsString()
The output error details for an Export operation on a Vector Enrichment job.
If the service returns an enum value that is not available in the current SDK version,
typewill returnVectorEnrichmentJobExportErrorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The output error details for an Export operation on a Vector Enrichment job.
- See Also:
VectorEnrichmentJobExportErrorType
-
toBuilder
public VectorEnrichmentJobExportErrorDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>
-
builder
public static VectorEnrichmentJobExportErrorDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends VectorEnrichmentJobExportErrorDetails.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.
-
-