@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()
|
ExportErrorDetailsOutput |
getExportSourceImages()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportResults(ExportErrorDetailsOutput exportResults)
|
void |
setExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
|
String |
toString()
Returns a string representation of this object.
|
ExportErrorDetails |
withExportResults(ExportErrorDetailsOutput exportResults)
|
ExportErrorDetails |
withExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
|
public void setExportResults(ExportErrorDetailsOutput exportResults)
exportResults
- public ExportErrorDetailsOutput getExportResults()
public ExportErrorDetails withExportResults(ExportErrorDetailsOutput exportResults)
exportResults
- public void setExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
exportSourceImages
- public ExportErrorDetailsOutput getExportSourceImages()
public ExportErrorDetails withExportSourceImages(ExportErrorDetailsOutput exportSourceImages)
exportSourceImages
- 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.