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 BundleInstanceResult
clone()
boolean
equals(Object obj)
BundleTask
getBundleTask()
Information about the bundle task.int
hashCode()
void
setBundleTask(BundleTask bundleTask)
Information about the bundle task.String
toString()
Returns a string representation of this object; useful for testing and debugging.BundleInstanceResult
withBundleTask(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public BundleInstanceResult clone()
-
-