@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportTask extends Object implements Serializable, Cloneable
Describes an instance export task.
Constructor and Description |
---|
ExportTask() |
Modifier and Type | Method and Description |
---|---|
ExportTask |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the resource being exported.
|
String |
getExportTaskId()
The ID of the export task.
|
ExportToS3Task |
getExportToS3Task()
Information about the export task.
|
InstanceExportDetails |
getInstanceExportDetails()
Information about the instance to export.
|
String |
getState()
The state of the export task.
|
String |
getStatusMessage()
The status message related to the export task.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the resource being exported.
|
void |
setExportTaskId(String exportTaskId)
The ID of the export task.
|
void |
setExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
|
void |
setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
|
void |
setState(ExportTaskState state)
The state of the export task.
|
void |
setState(String state)
The state of the export task.
|
void |
setStatusMessage(String statusMessage)
The status message related to the export task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExportTask |
withDescription(String description)
A description of the resource being exported.
|
ExportTask |
withExportTaskId(String exportTaskId)
The ID of the export task.
|
ExportTask |
withExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
|
ExportTask |
withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
|
ExportTask |
withState(ExportTaskState state)
The state of the export task.
|
ExportTask |
withState(String state)
The state of the export task.
|
ExportTask |
withStatusMessage(String statusMessage)
The status message related to the export task.
|
public void setDescription(String description)
A description of the resource being exported.
description
- A description of the resource being exported.public String getDescription()
A description of the resource being exported.
public ExportTask withDescription(String description)
A description of the resource being exported.
description
- A description of the resource being exported.public void setExportTaskId(String exportTaskId)
The ID of the export task.
exportTaskId
- The ID of the export task.public String getExportTaskId()
The ID of the export task.
public ExportTask withExportTaskId(String exportTaskId)
The ID of the export task.
exportTaskId
- The ID of the export task.public void setExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
exportToS3Task
- Information about the export task.public ExportToS3Task getExportToS3Task()
Information about the export task.
public ExportTask withExportToS3Task(ExportToS3Task exportToS3Task)
Information about the export task.
exportToS3Task
- Information about the export task.public void setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
instanceExportDetails
- Information about the instance to export.public InstanceExportDetails getInstanceExportDetails()
Information about the instance to export.
public ExportTask withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Information about the instance to export.
instanceExportDetails
- Information about the instance to export.public void setState(String state)
The state of the export task.
state
- The state of the export task.ExportTaskState
public String getState()
The state of the export task.
ExportTaskState
public ExportTask withState(String state)
The state of the export task.
state
- The state of the export task.ExportTaskState
public void setState(ExportTaskState state)
The state of the export task.
state
- The state of the export task.ExportTaskState
public ExportTask withState(ExportTaskState state)
The state of the export task.
state
- The state of the export task.ExportTaskState
public void setStatusMessage(String statusMessage)
The status message related to the export task.
statusMessage
- The status message related to the export task.public String getStatusMessage()
The status message related to the export task.
public ExportTask withStatusMessage(String statusMessage)
The status message related to the export task.
statusMessage
- The status message related to the export task.public String toString()
toString
in class Object
Object.toString()
public ExportTask clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.