public class ConversionTask
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ConversionTask() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConversionTaskId()
Returns the value of the ConversionTaskId property for this object.
|
java.lang.String |
getExpirationTime()
Returns the value of the ExpirationTime property for this object.
|
ImportInstanceTaskDetails |
getImportInstance()
Returns the value of the ImportInstance property for this object.
|
ImportVolumeTaskDetails |
getImportVolume()
Returns the value of the ImportVolume 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.
|
java.util.List<Tag> |
getTags()
Returns the value of the Tags property for this object.
|
int |
hashCode() |
void |
setConversionTaskId(java.lang.String conversionTaskId)
Sets the value of the ConversionTaskId property for this object.
|
void |
setExpirationTime(java.lang.String expirationTime)
Sets the value of the ExpirationTime property for this object.
|
void |
setImportInstance(ImportInstanceTaskDetails importInstance)
Sets the value of the ImportInstance property for this object.
|
void |
setImportVolume(ImportVolumeTaskDetails importVolume)
Sets the value of the ImportVolume 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.
|
void |
setTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConversionTask |
withConversionTaskId(java.lang.String conversionTaskId)
Sets the value of the ConversionTaskId property for this object.
|
ConversionTask |
withExpirationTime(java.lang.String expirationTime)
Sets the value of the ExpirationTime property for this object.
|
ConversionTask |
withImportInstance(ImportInstanceTaskDetails importInstance)
Sets the value of the ImportInstance property for this object.
|
ConversionTask |
withImportVolume(ImportVolumeTaskDetails importVolume)
Sets the value of the ImportVolume property for this object.
|
ConversionTask |
withState(java.lang.String state)
Sets the value of the State property for this object.
|
ConversionTask |
withStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
ConversionTask |
withTags(java.util.Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
ConversionTask |
withTags(Tag... tags)
Sets the value of the Tags property for this object.
|
public java.lang.String getConversionTaskId()
public void setConversionTaskId(java.lang.String conversionTaskId)
conversionTaskId - The new value for the ConversionTaskId property for this object.public ConversionTask withConversionTaskId(java.lang.String conversionTaskId)
Returns a reference to this object so that method calls can be chained together.
conversionTaskId - The new value for the ConversionTaskId property for this object.public java.lang.String getExpirationTime()
public void setExpirationTime(java.lang.String expirationTime)
expirationTime - The new value for the ExpirationTime property for this object.public ConversionTask withExpirationTime(java.lang.String expirationTime)
Returns a reference to this object so that method calls can be chained together.
expirationTime - The new value for the ExpirationTime property for this object.public ImportInstanceTaskDetails getImportInstance()
public void setImportInstance(ImportInstanceTaskDetails importInstance)
importInstance - The new value for the ImportInstance property for this object.public ConversionTask withImportInstance(ImportInstanceTaskDetails importInstance)
Returns a reference to this object so that method calls can be chained together.
importInstance - The new value for the ImportInstance property for this object.public ImportVolumeTaskDetails getImportVolume()
public void setImportVolume(ImportVolumeTaskDetails importVolume)
importVolume - The new value for the ImportVolume property for this object.public ConversionTask withImportVolume(ImportVolumeTaskDetails importVolume)
Returns a reference to this object so that method calls can be chained together.
importVolume - The new value for the ImportVolume 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 ConversionTask 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 ConversionTask 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 java.util.List<Tag> getTags()
public void setTags(java.util.Collection<Tag> tags)
tags - The new value for the Tags property for this object.public ConversionTask withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags - The new value for the Tags property for this object.public ConversionTask withTags(java.util.Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags - The new value for the Tags 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