public class DescribeBundleTasksRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeBundleTasksRequest>
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.
Constructor and Description |
---|
DescribeBundleTasksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getBundleIds()
The list of bundle task IDs to describe.
|
Request<DescribeBundleTasksRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
A list of filters used to match properties for BundleTasks.
|
int |
hashCode() |
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 properties for 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 properties for BundleTasks.
|
DescribeBundleTasksRequest |
withFilters(Filter... filters)
A list of filters used to match properties for BundleTasks.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
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 properties for 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 properties for 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 properties for BundleTasks. For a
complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public Request<DescribeBundleTasksRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeBundleTasksRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.