public class ExportTask
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ExportTask() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
java.lang.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.
|
java.lang.String |
getState()
Returns the value of the State property for this object.
|
java.lang.String |
getStatusMessage()
Returns the value of the StatusMessage property for this object.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setExportTaskId(java.lang.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(java.lang.String state)
Sets the value of the State property for this object.
|
void |
setStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ExportTask |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
ExportTask |
withExportTaskId(java.lang.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(java.lang.String state)
Sets the value of the State property for this object.
|
ExportTask |
withStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
public java.lang.String getExportTaskId()
public void setExportTaskId(java.lang.String exportTaskId)
exportTaskId - The new value for the ExportTaskId property for this object.public ExportTask withExportTaskId(java.lang.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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public ExportTask withDescription(java.lang.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 java.lang.String getState()
public void setState(java.lang.String state)
state - The new value for the State property for this object.public ExportTask withState(java.lang.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 java.lang.String getStatusMessage()
public void setStatusMessage(java.lang.String statusMessage)
statusMessage - The new value for the StatusMessage property for this object.public ExportTask withStatusMessage(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object