public class CreateInstanceExportTaskResult
extends java.lang.Object
implements java.io.Serializable
Contains the output for CreateInstanceExportTask.
| Constructor and Description | 
|---|
| CreateInstanceExportTaskResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| ExportTask | getExportTask()Information about the instance export task. | 
| int | hashCode() | 
| void | setExportTask(ExportTask exportTask)Information about the instance export task. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CreateInstanceExportTaskResult | withExportTask(ExportTask exportTask)Information about the instance export task. | 
public ExportTask getExportTask()
public void setExportTask(ExportTask exportTask)
exportTask - Information about the instance export task.public CreateInstanceExportTaskResult withExportTask(ExportTask exportTask)
Returns a reference to this object so that method calls can be chained together.
exportTask - Information about the instance export task.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object