public class CancelBundleTaskResult extends Object implements Serializable
The result of canceling an Amazon EC2 bundle task.
Constructor and Description |
---|
CancelBundleTaskResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BundleTask |
getBundleTask()
The canceled bundle task.
|
int |
hashCode() |
void |
setBundleTask(BundleTask bundleTask)
The canceled bundle task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelBundleTaskResult |
withBundleTask(BundleTask bundleTask)
The canceled bundle task.
|
public BundleTask getBundleTask()
public void setBundleTask(BundleTask bundleTask)
bundleTask
- The canceled bundle task.public CancelBundleTaskResult withBundleTask(BundleTask bundleTask)
Returns a reference to this object so that method calls can be chained together.
bundleTask
- The canceled bundle task.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.