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