Package com.amazonaws.services.ec2.model
Class ImportInstanceResult
java.lang.Object
com.amazonaws.services.ec2.model.ImportInstanceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output for ImportInstance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the conversion task.int
hashCode()
void
setConversionTask
(ConversionTask conversionTask) Information about the conversion task.toString()
Returns a string representation of this object; useful for testing and debugging.withConversionTask
(ConversionTask conversionTask) Information about the conversion task.
-
Constructor Details
-
ImportInstanceResult
public ImportInstanceResult()
-
-
Method Details
-
setConversionTask
Information about the conversion task.
- Parameters:
conversionTask
- Information about the conversion task.
-
getConversionTask
Information about the conversion task.
- Returns:
- Information about the conversion task.
-
withConversionTask
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-