@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportEarthObservationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExportEarthObservationJobResult() |
Modifier and Type | Method and Description |
---|---|
ExportEarthObservationJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
Date |
getCreationTime()
The creation time.
|
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.
|
String |
getExportStatus()
The status of the results of 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 output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
void |
setCreationTime(Date creationTime)
The creation time.
|
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 |
setExportStatus(String exportStatus)
The status of the results of 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.
|
ExportEarthObservationJobResult |
withArn(String arn)
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
|
ExportEarthObservationJobResult |
withCreationTime(Date creationTime)
The creation time.
|
ExportEarthObservationJobResult |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
|
ExportEarthObservationJobResult |
withExportSourceImages(Boolean exportSourceImages)
The source images provided to the Earth Observation job being exported.
|
ExportEarthObservationJobResult |
withExportStatus(EarthObservationJobExportStatus exportStatus)
The status of the results of the Earth Observation job being exported.
|
ExportEarthObservationJobResult |
withExportStatus(String exportStatus)
The status of the results of the Earth Observation job being exported.
|
ExportEarthObservationJobResult |
withOutputConfig(OutputConfigInput outputConfig)
An object containing information about the output file.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn
- The output Amazon Resource Name (ARN) of the Earth Observation job being exported.public String getArn()
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
public ExportEarthObservationJobResult withArn(String arn)
The output Amazon Resource Name (ARN) of the Earth Observation job being exported.
arn
- The output Amazon Resource Name (ARN) of the Earth Observation job being exported.public void setCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.public Date getCreationTime()
The creation time.
public ExportEarthObservationJobResult withCreationTime(Date creationTime)
The creation time.
creationTime
- The creation time.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 ExportEarthObservationJobResult 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 ExportEarthObservationJobResult 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 setExportStatus(String exportStatus)
The status of the results of the Earth Observation job being exported.
exportStatus
- The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatus
public String getExportStatus()
The status of the results of the Earth Observation job being exported.
EarthObservationJobExportStatus
public ExportEarthObservationJobResult withExportStatus(String exportStatus)
The status of the results of the Earth Observation job being exported.
exportStatus
- The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatus
public ExportEarthObservationJobResult withExportStatus(EarthObservationJobExportStatus exportStatus)
The status of the results of the Earth Observation job being exported.
exportStatus
- The status of the results of the Earth Observation job being exported.EarthObservationJobExportStatus
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 ExportEarthObservationJobResult 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 ExportEarthObservationJobResult clone()