|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.ExportTask
public class ExportTask
Describes an export task.
Constructor Summary | |
---|---|
ExportTask()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
A description of the resource being exported. |
java.lang.String |
getExportTaskId()
The ID of the export task. |
ExportToS3Task |
getExportToS3Task()
|
InstanceExportDetails |
getInstanceExportDetails()
The instance being exported. |
java.lang.String |
getState()
The state of the conversion task. |
java.lang.String |
getStatusMessage()
The status message related to the export task. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
A description of the resource being exported. |
void |
setExportTaskId(java.lang.String exportTaskId)
The ID of the export task. |
void |
setExportToS3Task(ExportToS3Task exportToS3Task)
|
void |
setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
The instance being exported. |
void |
setState(ExportTaskState state)
The state of the conversion task. |
void |
setState(java.lang.String state)
The state of the conversion task. |
void |
setStatusMessage(java.lang.String statusMessage)
The status message related to the export task. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ExportTask |
withDescription(java.lang.String description)
A description of the resource being exported. |
ExportTask |
withExportTaskId(java.lang.String exportTaskId)
The ID of the export task. |
ExportTask |
withExportToS3Task(ExportToS3Task exportToS3Task)
Returns a reference to this object so that method calls can be chained together. |
ExportTask |
withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
The instance being exported. |
ExportTask |
withState(ExportTaskState state)
The state of the conversion task. |
ExportTask |
withState(java.lang.String state)
The state of the conversion task. |
ExportTask |
withStatusMessage(java.lang.String statusMessage)
The status message related to the export task. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExportTask()
Method Detail |
---|
public java.lang.String getExportTaskId()
public void setExportTaskId(java.lang.String exportTaskId)
exportTaskId
- The ID of the export task.public ExportTask withExportTaskId(java.lang.String exportTaskId)
Returns a reference to this object so that method calls can be chained together.
exportTaskId
- The ID of the export task.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- A description of the resource being exported.public ExportTask withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description
- A description of the resource being exported.
public java.lang.String getState()
Constraints:
Allowed Values: active, cancelling, cancelled, completed
ExportTaskState
public void setState(java.lang.String state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.ExportTaskState
public ExportTask withState(java.lang.String state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.
ExportTaskState
public void setState(ExportTaskState state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.ExportTaskState
public ExportTask withState(ExportTaskState state)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.
ExportTaskState
public java.lang.String getStatusMessage()
public void setStatusMessage(java.lang.String statusMessage)
statusMessage
- The status message related to the export task.public ExportTask withStatusMessage(java.lang.String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage
- The status message related to the export task.
public InstanceExportDetails getInstanceExportDetails()
public void setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
instanceExportDetails
- The instance being exported.public ExportTask withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Returns a reference to this object so that method calls can be chained together.
instanceExportDetails
- The instance being exported.
public ExportToS3Task getExportToS3Task()
public void setExportToS3Task(ExportToS3Task exportToS3Task)
exportToS3Task
- public ExportTask withExportToS3Task(ExportToS3Task exportToS3Task)
Returns a reference to this object so that method calls can be chained together.
exportToS3Task
-
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |