public class ImportVolumeResult extends Object implements Serializable
Constructor and Description |
---|
ImportVolumeResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ConversionTask |
getConversionTask() |
int |
hashCode() |
void |
setConversionTask(ConversionTask conversionTask) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportVolumeResult |
withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together.
|
public ConversionTask getConversionTask()
public void setConversionTask(ConversionTask conversionTask)
conversionTask
- public ImportVolumeResult withConversionTask(ConversionTask conversionTask)
Returns a reference to this object so that method calls can be chained together.
conversionTask
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.