@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBundleTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeBundleTasksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBundleTasksResult |
clone() |
boolean |
equals(Object obj) |
List<BundleTask> |
getBundleTasks()
Information about the bundle tasks.
|
int |
hashCode() |
void |
setBundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBundleTasksResult |
withBundleTasks(BundleTask... bundleTasks)
Information about the bundle tasks.
|
DescribeBundleTasksResult |
withBundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<BundleTask> getBundleTasks()
Information about the bundle tasks.
public void setBundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
bundleTasks
- Information about the bundle tasks.public DescribeBundleTasksResult withBundleTasks(BundleTask... bundleTasks)
Information about the bundle tasks.
NOTE: This method appends the values to the existing list (if any). Use
setBundleTasks(java.util.Collection)
or withBundleTasks(java.util.Collection)
if you want to
override the existing values.
bundleTasks
- Information about the bundle tasks.public DescribeBundleTasksResult withBundleTasks(Collection<BundleTask> bundleTasks)
Information about the bundle tasks.
bundleTasks
- Information about the bundle tasks.public String toString()
toString
in class Object
Object.toString()
public DescribeBundleTasksResult clone()