@Generated(value="software.amazon.awssdk:codegen") public final class ExportEarthObservationJobResponse extends SageMakerGeospatialResponse implements ToCopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportEarthObservationJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
static ExportEarthObservationJobResponse.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 that you specified for the job.
|
Boolean |
exportSourceImages()
The source images provided to the Earth Observation job being exported.
|
EarthObservationJobExportStatus |
exportStatus()
The status of the results of the Earth Observation job being exported.
|
String |
exportStatusAsString()
The status of the results of the Earth Observation job being exported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OutputConfigInput |
outputConfig()
An object containing information about the output file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportEarthObservationJobResponse.Builder> |
serializableBuilderClass() |
ExportEarthObservationJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
public final Instant creationTime()
The creation time.
public final String executionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
public final Boolean exportSourceImages()
The source images provided to the Earth Observation job being exported.
public final EarthObservationJobExportStatus exportStatus()
The status of the results of the Earth Observation job being exported.
If the service returns an enum value that is not available in the current SDK version, exportStatus will
return EarthObservationJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportStatusAsString().
EarthObservationJobExportStatuspublic final String exportStatusAsString()
The status of the results of the Earth Observation job being exported.
If the service returns an enum value that is not available in the current SDK version, exportStatus will
return EarthObservationJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportStatusAsString().
EarthObservationJobExportStatuspublic final OutputConfigInput outputConfig()
An object containing information about the output file.
public ExportEarthObservationJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>toBuilder in class AwsResponsepublic static ExportEarthObservationJobResponse.Builder builder()
public static Class<? extends ExportEarthObservationJobResponse.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.