Package com.amazonaws.services.ec2.model
Class ImportVolumeResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.ImportVolumeResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ImportVolumeResult extends Object implements Serializable, Cloneable
Contains the output for ImportVolume.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportVolumeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportVolumeResult
clone()
boolean
equals(Object obj)
ConversionTask
getConversionTask()
Information about the conversion task.int
hashCode()
void
setConversionTask(ConversionTask conversionTask)
Information about the conversion task.String
toString()
Returns a string representation of this object; useful for testing and debugging.ImportVolumeResult
withConversionTask(ConversionTask conversionTask)
Information about the conversion task.
-
-
-
Method Detail
-
setConversionTask
public void setConversionTask(ConversionTask conversionTask)
Information about the conversion task.
- Parameters:
conversionTask
- Information about the conversion task.
-
getConversionTask
public ConversionTask getConversionTask()
Information about the conversion task.
- Returns:
- Information about the conversion task.
-
withConversionTask
public ImportVolumeResult withConversionTask(ConversionTask conversionTask)
Information about the conversion task.
- Parameters:
conversionTask
- Information about the conversion task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ImportVolumeResult clone()
-
-