@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportEarthObservationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ExportEarthObservationJobRequest() |
Modifier and Type | Method and Description |
---|---|
ExportEarthObservationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
String |
getClientToken()
A unique token that guarantees that the call to this API is idempotent.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
Boolean |
getExportSourceImages()
The source images provided to the Earth Observation job being exported.
|
OutputConfigInput |
getOutputConfig()
An object containing information about the output file.
|
int |
hashCode() |
Boolean |
isExportSourceImages()
The source images provided to the Earth Observation job being exported.
|
void |
setArn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
void |
setClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
void |
setExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
void |
setOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
String |
toString()
Returns a string representation of this object.
|
ExportEarthObservationJobRequest |
withArn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
ExportEarthObservationJobRequest |
withClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
|
ExportEarthObservationJobRequest |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
ExportEarthObservationJobRequest |
withExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
ExportEarthObservationJobRequest |
withOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setArn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn
- The input Amazon Resource Name (ARN) of the Earth Observation job being exported.public String getArn()
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
public ExportEarthObservationJobRequest withArn(String arn)
The input Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn
- The input Amazon Resource Name (ARN) of the Earth Observation job being exported.public void setClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
clientToken
- A unique token that guarantees that the call to this API is idempotent.public String getClientToken()
A unique token that guarantees that the call to this API is idempotent.
public ExportEarthObservationJobRequest withClientToken(String clientToken)
A unique token that guarantees that the call to this API is idempotent.
clientToken
- A unique token that guarantees that the call to this API is idempotent.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role that you specified for the job.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
public ExportEarthObservationJobRequest withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
executionRoleArn
- The Amazon Resource Name (ARN) of the IAM role that you specified for the job.public void setExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
exportSourceImages
- The source images provided to the Earth Observation job being exported.public Boolean getExportSourceImages()
The source images provided to the Earth Observation job being exported.
public ExportEarthObservationJobRequest withExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
exportSourceImages
- The source images provided to the Earth Observation job being exported.public Boolean isExportSourceImages()
The source images provided to the Earth Observation job being exported.
public void setOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
outputConfig
- An object containing information about the output file.public OutputConfigInput getOutputConfig()
An object containing information about the output file.
public ExportEarthObservationJobRequest withOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
outputConfig
- An object containing information about the output file.public String toString()
toString
in class Object
Object.toString()
public ExportEarthObservationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()