@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateInstanceExportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateInstanceExportTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceExportTaskResult |
clone() |
boolean |
equals(Object obj) |
ExportTask |
getExportTask()
Information about the export instance task.
|
int |
hashCode() |
void |
setExportTask(ExportTask exportTask)
Information about the export instance task.
|
String |
toString()
Returns a string representation of this object.
|
CreateInstanceExportTaskResult |
withExportTask(ExportTask exportTask)
Information about the export instance task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setExportTask(ExportTask exportTask)
Information about the export instance task.
exportTask - Information about the export instance task.public ExportTask getExportTask()
Information about the export instance task.
public CreateInstanceExportTaskResult withExportTask(ExportTask exportTask)
Information about the export instance task.
exportTask - Information about the export instance task.public String toString()
toString in class ObjectObject.toString()public CreateInstanceExportTaskResult clone()