Class ExportVectorEnrichmentJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse
-
- software.amazon.awssdk.services.sagemakergeospatial.model.ExportVectorEnrichmentJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExportVectorEnrichmentJobResponse.Builder,ExportVectorEnrichmentJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class ExportVectorEnrichmentJobResponse extends SageMakerGeospatialResponse implements ToCopyableBuilder<ExportVectorEnrichmentJobResponse.Builder,ExportVectorEnrichmentJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportVectorEnrichmentJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.static ExportVectorEnrichmentJobResponse.Builderbuilder()InstantcreationTime()The creation time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.VectorEnrichmentJobExportStatusexportStatus()The status of the results the Vector Enrichment job being exported.StringexportStatusAsString()The status of the results the Vector Enrichment job being exported.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ExportVectorEnrichmentJobOutputConfigoutputConfig()Output location information for exporting Vector Enrichment Job results.List<SdkField<?>>sdkFields()static Class<? extends ExportVectorEnrichmentJobResponse.Builder>serializableBuilderClass()ExportVectorEnrichmentJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
- Returns:
- The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
-
creationTime
public final Instant creationTime()
The creation time.
- Returns:
- The creation time.
-
executionRoleArn
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
-
exportStatus
public final VectorEnrichmentJobExportStatus exportStatus()
The status of the results the Vector Enrichment job being exported.
If the service returns an enum value that is not available in the current SDK version,
exportStatuswill returnVectorEnrichmentJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- The status of the results the Vector Enrichment job being exported.
- See Also:
VectorEnrichmentJobExportStatus
-
exportStatusAsString
public final String exportStatusAsString()
The status of the results the Vector Enrichment job being exported.
If the service returns an enum value that is not available in the current SDK version,
exportStatuswill returnVectorEnrichmentJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- The status of the results the Vector Enrichment job being exported.
- See Also:
VectorEnrichmentJobExportStatus
-
outputConfig
public final ExportVectorEnrichmentJobOutputConfig outputConfig()
Output location information for exporting Vector Enrichment Job results.
- Returns:
- Output location information for exporting Vector Enrichment Job results.
-
toBuilder
public ExportVectorEnrichmentJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportVectorEnrichmentJobResponse.Builder,ExportVectorEnrichmentJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static ExportVectorEnrichmentJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportVectorEnrichmentJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-