|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getBundleIds()
The list of bundle task IDs to describe. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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 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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |