Package com.amazonaws.services.ec2.model
Class BundleInstanceResult
- java.lang.Object
-
- com.amazonaws.services.ec2.model.BundleInstanceResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class BundleInstanceResult extends Object implements Serializable, Cloneable
Contains the output of BundleInstance.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundleInstanceResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleInstanceResultclone()booleanequals(Object obj)BundleTaskgetBundleTask()Information about the bundle task.inthashCode()voidsetBundleTask(BundleTask bundleTask)Information about the bundle task.StringtoString()Returns a string representation of this object; useful for testing and debugging.BundleInstanceResultwithBundleTask(BundleTask bundleTask)Information about the bundle task.
-
-
-
Method Detail
-
setBundleTask
public void setBundleTask(BundleTask bundleTask)
Information about the bundle task.
- Parameters:
bundleTask- Information about the bundle task.
-
getBundleTask
public BundleTask getBundleTask()
Information about the bundle task.
- Returns:
- Information about the bundle task.
-
withBundleTask
public BundleInstanceResult withBundleTask(BundleTask bundleTask)
Information about the bundle task.
- Parameters:
bundleTask- Information about the bundle 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public BundleInstanceResult clone()
-
-