@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BundleInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of BundleInstance.
Constructor and Description |
---|
BundleInstanceResult() |
Modifier and Type | Method and 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.
|
BundleInstanceResult |
withBundleTask(BundleTask bundleTask)
Information about the bundle task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBundleTask(BundleTask bundleTask)
Information about the bundle task.
bundleTask
- Information about the bundle task.public BundleTask getBundleTask()
Information about the bundle task.
public BundleInstanceResult withBundleTask(BundleTask bundleTask)
Information about the bundle task.
bundleTask
- Information about the bundle task.public String toString()
toString
in class Object
Object.toString()
public BundleInstanceResult clone()