public class ConversionTask extends Object implements Serializable
Describes a conversion task.
Constructor and Description |
---|
ConversionTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getConversionTaskId()
The ID of the conversion task.
|
String |
getExpirationTime()
The time when the task expires.
|
ImportInstanceTaskDetails |
getImportInstance()
If the task is for importing an instance, this contains information
about the import instance task.
|
ImportVolumeTaskDetails |
getImportVolume()
If the task is for importing a volume, this contains information about
the import volume task.
|
String |
getState()
The state of the conversion task.
|
String |
getStatusMessage()
The status message related to the conversion task.
|
List<Tag> |
getTags() |
int |
hashCode() |
void |
setConversionTaskId(String conversionTaskId)
The ID of the conversion task.
|
void |
setExpirationTime(String expirationTime)
The time when the task expires.
|
void |
setImportInstance(ImportInstanceTaskDetails importInstance)
If the task is for importing an instance, this contains information
about the import instance task.
|
void |
setImportVolume(ImportVolumeTaskDetails importVolume)
If the task is for importing a volume, this contains information about
the import volume task.
|
void |
setState(ConversionTaskState state)
The state of the conversion task.
|
void |
setState(String state)
The state of the conversion task.
|
void |
setStatusMessage(String statusMessage)
The status message related to the conversion task.
|
void |
setTags(Collection<Tag> tags) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConversionTask |
withConversionTaskId(String conversionTaskId)
The ID of the conversion task.
|
ConversionTask |
withExpirationTime(String expirationTime)
The time when the task expires.
|
ConversionTask |
withImportInstance(ImportInstanceTaskDetails importInstance)
If the task is for importing an instance, this contains information
about the import instance task.
|
ConversionTask |
withImportVolume(ImportVolumeTaskDetails importVolume)
If the task is for importing a volume, this contains information about
the import volume task.
|
ConversionTask |
withState(ConversionTaskState state)
The state of the conversion task.
|
ConversionTask |
withState(String state)
The state of the conversion task.
|
ConversionTask |
withStatusMessage(String statusMessage)
The status message related to the conversion task.
|
ConversionTask |
withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
|
ConversionTask |
withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
|
public String getConversionTaskId()
public void setConversionTaskId(String conversionTaskId)
conversionTaskId
- The ID of the conversion task.public ConversionTask withConversionTaskId(String conversionTaskId)
Returns a reference to this object so that method calls can be chained together.
conversionTaskId
- The ID of the conversion task.public String getExpirationTime()
public void setExpirationTime(String expirationTime)
expirationTime
- The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.public ConversionTask withExpirationTime(String expirationTime)
Returns a reference to this object so that method calls can be chained together.
expirationTime
- The time when the task expires. If the upload isn't complete before
the expiration time, we automatically cancel the task.public ImportInstanceTaskDetails getImportInstance()
public void setImportInstance(ImportInstanceTaskDetails importInstance)
importInstance
- If the task is for importing an instance, this contains information
about the import instance task.public ConversionTask withImportInstance(ImportInstanceTaskDetails importInstance)
Returns a reference to this object so that method calls can be chained together.
importInstance
- If the task is for importing an instance, this contains information
about the import instance task.public ImportVolumeTaskDetails getImportVolume()
public void setImportVolume(ImportVolumeTaskDetails importVolume)
importVolume
- If the task is for importing a volume, this contains information about
the import volume task.public ConversionTask withImportVolume(ImportVolumeTaskDetails importVolume)
Returns a reference to this object so that method calls can be chained together.
importVolume
- If the task is for importing a volume, this contains information about
the import volume task.public String getState()
Constraints:
Allowed Values: active, cancelling, cancelled, completed
ConversionTaskState
public void setState(String state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.ConversionTaskState
public ConversionTask 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 state of the conversion task.ConversionTaskState
public void setState(ConversionTaskState state)
Constraints:
Allowed Values: active, cancelling, cancelled, completed
state
- The state of the conversion task.ConversionTaskState
public ConversionTask withState(ConversionTaskState 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.ConversionTaskState
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage
- The status message related to the conversion task.public ConversionTask withStatusMessage(String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage
- The status message related to the conversion task.public void setTags(Collection<Tag> tags)
tags
- public ConversionTask withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags
- public ConversionTask withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.