public class ExportTask extends Object implements Serializable
Constructor and Description |
---|
ExportTask() |
Modifier and Type | Method and Description |
---|---|
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(ExportTaskState state)
Sets the value of the State 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(ExportTaskState state)
Sets the value of the State 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.
|
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()
Constraints:
Allowed Values: active, cancelling, cancelled, completed
ExportTaskState
public void setState(String state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The new value for the State property for this object.ExportTaskState
public ExportTask withState(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 new value for the State property for this object.ExportTaskState
public void setState(ExportTaskState state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The new value for the State property for this object.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 new value for the State property for this object.ExportTaskState
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.