Package com.amazonaws.services.ec2.model
Class DescribeBundleTasksResult
java.lang.Object
com.amazonaws.services.ec2.model.DescribeBundleTasksResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DescribeBundleTasks.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about one or more bundle tasks.int
hashCode()
void
setBundleTasks
(Collection<BundleTask> bundleTasks) Information about one or more bundle tasks.toString()
Returns a string representation of this object; useful for testing and debugging.withBundleTasks
(BundleTask... bundleTasks) Information about one or more bundle tasks.withBundleTasks
(Collection<BundleTask> bundleTasks) Information about one or more bundle tasks.
-
Constructor Details
-
DescribeBundleTasksResult
public DescribeBundleTasksResult()
-
-
Method Details
-
getBundleTasks
Information about one or more bundle tasks.
- Returns:
- Information about one or more bundle tasks.
-
setBundleTasks
Information about one or more bundle tasks.
- Parameters:
bundleTasks
- Information about one or more bundle tasks.
-
withBundleTasks
Information about one or more bundle tasks.
NOTE: This method appends the values to the existing list (if any). Use
setBundleTasks(java.util.Collection)
orwithBundleTasks(java.util.Collection)
if you want to override the existing values.- Parameters:
bundleTasks
- Information about one or more bundle tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withBundleTasks
Information about one or more bundle tasks.
- Parameters:
bundleTasks
- Information about one or more bundle tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-