@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelBundleTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CancelBundleTask.
Constructor and Description |
---|
CancelBundleTaskResult() |
Modifier and Type | Method and Description |
---|---|
CancelBundleTaskResult |
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.
|
CancelBundleTaskResult |
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 CancelBundleTaskResult withBundleTask(BundleTask bundleTask)
Information about the bundle task.
bundleTask
- Information about the bundle task.public String toString()
toString
in class Object
Object.toString()
public CancelBundleTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.