@Generated(value="software.amazon.awssdk:codegen") public final class ExportEarthObservationJobRequest extends SageMakerGeospatialRequest implements ToCopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportEarthObservationJobRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
static ExportEarthObservationJobRequest.Builder |
builder() |
String |
clientToken()
A unique token that guarantees that the call to this API is idempotent.
|
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.
|
<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 ExportEarthObservationJobRequest.Builder> |
serializableBuilderClass() |
ExportEarthObservationJobRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
public final String clientToken()
A unique token that guarantees that the call to this API is idempotent.
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 OutputConfigInput outputConfig()
An object containing information about the output file.
public ExportEarthObservationJobRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportEarthObservationJobRequest.Builder,ExportEarthObservationJobRequest>toBuilder in class SageMakerGeospatialRequestpublic static ExportEarthObservationJobRequest.Builder builder()
public static Class<? extends ExportEarthObservationJobRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.