public class CreateInstanceExportTaskResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output for CreateInstanceExportTask.
Modifier and Type | Field and Description |
---|---|
private ExportTask |
exportTask
Information about the instance export task.
|
Constructor and Description |
---|
CreateInstanceExportTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateInstanceExportTaskResult |
clone() |
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.
|
private ExportTask exportTask
Information about the instance export task.
public void setExportTask(ExportTask exportTask)
Information about the instance export task.
exportTask
- Information about the instance export task.public ExportTask getExportTask()
Information about the instance export task.
public CreateInstanceExportTaskResult withExportTask(ExportTask exportTask)
Information about the instance export task.
exportTask
- Information about the instance export task.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateInstanceExportTaskResult clone()
clone
in class java.lang.Object