|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeBundleTasksRequest
public class DescribeBundleTasksRequest
Container for the parameters to the DescribeBundleTasks operation
.
The DescribeBundleTasks operation describes in-progress and recent bundle tasks. Complete and failed tasks are removed from the list a short time after completion. If no bundle ids are given, all bundle tasks are returned.
AmazonEC2.describeBundleTasks(DescribeBundleTasksRequest)
Constructor Summary | |
---|---|
DescribeBundleTasksRequest()
|
Method Summary | |
---|---|
List<String> |
getBundleIds()
The list of bundle task IDs to describe. |
void |
setBundleIds(Collection<String> bundleIds)
The list of bundle task IDs to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeBundleTasksRequest |
withBundleIds(Collection<String> bundleIds)
The list of bundle task IDs to describe. |
DescribeBundleTasksRequest |
withBundleIds(String... bundleIds)
The list of bundle task IDs to describe. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeBundleTasksRequest()
Method Detail |
---|
public List<String> getBundleIds()
public void setBundleIds(Collection<String> bundleIds)
bundleIds
- The list of bundle task IDs to describe.public DescribeBundleTasksRequest withBundleIds(String... bundleIds)
Returns a reference to this object so that method calls can be chained together.
bundleIds
- The list of bundle task IDs to describe.
public DescribeBundleTasksRequest withBundleIds(Collection<String> bundleIds)
Returns a reference to this object so that method calls can be chained together.
bundleIds
- The list of bundle task IDs to describe.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |