|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
Export Task
| Constructor Summary | |
|---|---|
ExportTask()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
Returns the value of the Description property for this object. |
String |
getExportTaskId()
Returns the value of the ExportTaskId property for this object. |
ExportToS3Task |
getExportToS3Task()
Returns the value of the ExportToS3Task property for this object. |
InstanceExportDetails |
getInstanceExportDetails()
Returns the value of the InstanceExportDetails property for this object. |
String |
getState()
Returns the value of the State property for this object. |
String |
getStatusMessage()
Returns the value of the StatusMessage property for this object. |
int |
hashCode()
|
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object. |
void |
setExportToS3Task(ExportToS3Task exportToS3Task)
Sets the value of the ExportToS3Task property for this object. |
void |
setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Sets the value of the InstanceExportDetails property for this object. |
void |
setState(String state)
Sets the value of the State property for this object. |
void |
setStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ExportTask |
withDescription(String description)
Sets the value of the Description property for this object. |
ExportTask |
withExportTaskId(String exportTaskId)
Sets the value of the ExportTaskId property for this object. |
ExportTask |
withExportToS3Task(ExportToS3Task exportToS3Task)
Sets the value of the ExportToS3Task property for this object. |
ExportTask |
withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Sets the value of the InstanceExportDetails property for this object. |
ExportTask |
withState(String state)
Sets the value of the State property for this object. |
ExportTask |
withStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExportTask()
| Method Detail |
|---|
public String getExportTaskId()
public void setExportTaskId(String exportTaskId)
exportTaskId - The new value for the ExportTaskId property for this object.public ExportTask withExportTaskId(String exportTaskId)
Returns a reference to this object so that method calls can be chained together.
exportTaskId - The new value for the ExportTaskId property for this object.
public String getDescription()
public void setDescription(String description)
description - The new value for the Description property for this object.public ExportTask withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public String getState()
public void setState(String state)
state - The new value for the State property for this object.public ExportTask withState(String state)
Returns a reference to this object so that method calls can be chained together.
state - The new value for the State property for this object.
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - The new value for the StatusMessage property for this object.public ExportTask withStatusMessage(String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage - The new value for the StatusMessage property for this object.
public InstanceExportDetails getInstanceExportDetails()
public void setInstanceExportDetails(InstanceExportDetails instanceExportDetails)
instanceExportDetails - The new value for the InstanceExportDetails property for this object.public ExportTask withInstanceExportDetails(InstanceExportDetails instanceExportDetails)
Returns a reference to this object so that method calls can be chained together.
instanceExportDetails - The new value for the InstanceExportDetails property for this object.
public ExportToS3Task getExportToS3Task()
public void setExportToS3Task(ExportToS3Task exportToS3Task)
exportToS3Task - The new value for the ExportToS3Task property for this object.public ExportTask withExportToS3Task(ExportToS3Task exportToS3Task)
Returns a reference to this object so that method calls can be chained together.
exportToS3Task - The new value for the ExportToS3Task property for this object.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||