|
|||||||
| 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. |
List<Filter> |
getFilters()
A list of filters used to match tags associated with the specified BundleTasks. |
void |
setBundleIds(Collection<String> bundleIds)
The list of bundle task IDs to describe. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match tags associated with the specified BundleTasks. |
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. |
DescribeBundleTasksRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match tags associated with the specified BundleTasks. |
DescribeBundleTasksRequest |
withFilters(Filter... filters)
A list of filters used to match tags associated with the specified BundleTasks. |
| 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 List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - A list of filters used to match tags associated with the specified
BundleTasks. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.public DescribeBundleTasksRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match tags associated with the specified
BundleTasks. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.
public DescribeBundleTasksRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match tags associated with the specified
BundleTasks. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||