@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportErrorDetails extends Object implements Serializable, Cloneable, StructuredPojo
The structure for returning the export error details in a GetEarthObservationJob.
Constructor and Description |
---|
ExportErrorDetails() |
Modifier and Type | Method and Description |
---|---|
ExportErrorDetails |
clone() |
boolean |
equals(Object obj) |
ExportErrorDetailsOutput |
getExportResults()
The structure for returning the export error details while exporting results of an Earth Observation job.
|
ExportErrorDetailsOutput |
getExportSourceImages()
The structure for returning the export error details while exporting the source images of an Earth Observation
job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
|
void |
setExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation
job.
|
String |
toString()
Returns a string representation of this object.
|
ExportErrorDetails |
withExportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
|
ExportErrorDetails |
withExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation
job.
|
public void setExportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
exportResults
- The structure for returning the export error details while exporting results of an Earth Observation job.public ExportErrorDetailsOutput getExportResults()
The structure for returning the export error details while exporting results of an Earth Observation job.
public ExportErrorDetails withExportResults(ExportErrorDetailsOutput exportResults)
The structure for returning the export error details while exporting results of an Earth Observation job.
exportResults
- The structure for returning the export error details while exporting results of an Earth Observation job.public void setExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation job.
exportSourceImages
- The structure for returning the export error details while exporting the source images of an Earth
Observation job.public ExportErrorDetailsOutput getExportSourceImages()
The structure for returning the export error details while exporting the source images of an Earth Observation job.
public ExportErrorDetails withExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
The structure for returning the export error details while exporting the source images of an Earth Observation job.
exportSourceImages
- The structure for returning the export error details while exporting the source images of an Earth
Observation job.public String toString()
toString
in class Object
Object.toString()
public ExportErrorDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.