@Generated(value="software.amazon.awssdk:codegen") public final class ExportVectorEnrichmentJobResponse extends SageMakerGeospatialResponse implements ToCopyableBuilder<ExportVectorEnrichmentJobResponse.Builder,ExportVectorEnrichmentJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportVectorEnrichmentJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
|
static ExportVectorEnrichmentJobResponse.Builder |
builder() |
Instant |
creationTime()
The creation time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
|
VectorEnrichmentJobExportStatus |
exportStatus()
The status of the results the Vector Enrichment job being exported.
|
String |
exportStatusAsString()
The status of the results the Vector Enrichment job being exported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ExportVectorEnrichmentJobOutputConfig |
outputConfig()
Output location information for exporting Vector Enrichment Job results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportVectorEnrichmentJobResponse.Builder> |
serializableBuilderClass() |
ExportVectorEnrichmentJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the Vector Enrichment job being exported.
public final Instant creationTime()
The creation time.
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role with permission to upload to the location in OutputConfig.
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, exportStatus will
return VectorEnrichmentJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportStatusAsString().
VectorEnrichmentJobExportStatuspublic 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, exportStatus will
return VectorEnrichmentJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportStatusAsString().
VectorEnrichmentJobExportStatuspublic final ExportVectorEnrichmentJobOutputConfig outputConfig()
Output location information for exporting Vector Enrichment Job results.
public ExportVectorEnrichmentJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportVectorEnrichmentJobResponse.Builder,ExportVectorEnrichmentJobResponse>toBuilder in class AwsResponsepublic static ExportVectorEnrichmentJobResponse.Builder builder()
public static Class<? extends ExportVectorEnrichmentJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.