public class CancelBundleTaskResult extends Object implements Serializable, Cloneable
| 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.
|
public BundleTask getBundleTask()
public void setBundleTask(BundleTask bundleTask)
bundleTask - Information about the bundle task.public CancelBundleTaskResult withBundleTask(BundleTask bundleTask)
Returns a reference to this object so that method calls can be chained together.
bundleTask - Information about the bundle task.public String toString()
toString in class ObjectObject.toString()public CancelBundleTaskResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.