public class CreateInstanceExportTaskResult extends Object implements Serializable
Contains the output for CreateInstanceExportTask.
| Constructor and Description |
|---|
CreateInstanceExportTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ExportTask |
getExportTask()
Information about the instance export task.
|
int |
hashCode() |
void |
setExportTask(ExportTask exportTask)
Information about the instance export task.
|
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 String toString()
toString in class ObjectObject.toString()Copyright © 2016. All rights reserved.