Class ExportEarthObservationJobResponse
- 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.ExportEarthObservationJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class ExportEarthObservationJobResponse extends SageMakerGeospatialResponse implements ToCopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportEarthObservationJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The output Amazon Resource Name (ARN) of the Earth Observation job being exported.static ExportEarthObservationJobResponse.Builderbuilder()InstantcreationTime()The creation time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionRoleArn()The Amazon Resource Name (ARN) of the IAM role that you specified for the job.BooleanexportSourceImages()The source images provided to the Earth Observation job being exported.EarthObservationJobExportStatusexportStatus()The status of the results of the Earth Observation job being exported.StringexportStatusAsString()The status of the results of the Earth Observation job being exported.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()OutputConfigInputoutputConfig()An object containing information about the output file.List<SdkField<?>>sdkFields()static Class<? extends ExportEarthObservationJobResponse.Builder>serializableBuilderClass()ExportEarthObservationJobResponse.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 output Amazon Resource Name (ARN) of the Earth Observation job being exported.
- Returns:
- The output Amazon Resource Name (ARN) of the Earth Observation 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 that you specified for the job.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
-
exportSourceImages
public final Boolean exportSourceImages()
The source images provided to the Earth Observation job being exported.
- Returns:
- The source images provided to the Earth Observation job being exported.
-
exportStatus
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,
exportStatuswill returnEarthObservationJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- The status of the results of the Earth Observation job being exported.
- See Also:
EarthObservationJobExportStatus
-
exportStatusAsString
public 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,
exportStatuswill returnEarthObservationJobExportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportStatusAsString().- Returns:
- The status of the results of the Earth Observation job being exported.
- See Also:
EarthObservationJobExportStatus
-
outputConfig
public final OutputConfigInput outputConfig()
An object containing information about the output file.
- Returns:
- An object containing information about the output file.
-
toBuilder
public ExportEarthObservationJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportEarthObservationJobResponse.Builder,ExportEarthObservationJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static ExportEarthObservationJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportEarthObservationJobResponse.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
-
-