public class DescribeBundleTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DescribeBundleTasksRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getBundleIds()
The list of bundle task IDs to describe.
|
java.util.List<Filter> |
getFilters()
A list of filters used to match properties for BundleTasks.
|
int |
hashCode() |
void |
setBundleIds(java.util.Collection<java.lang.String> bundleIds)
The list of bundle task IDs to describe.
|
void |
setFilters(java.util.Collection<Filter> filters)
A list of filters used to match properties for BundleTasks.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeBundleTasksRequest |
withBundleIds(java.util.Collection<java.lang.String> bundleIds)
The list of bundle task IDs to describe.
|
DescribeBundleTasksRequest |
withBundleIds(java.lang.String... bundleIds)
The list of bundle task IDs to describe.
|
DescribeBundleTasksRequest |
withFilters(java.util.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, setRequestCredentialspublic java.util.List<java.lang.String> getBundleIds()
public void setBundleIds(java.util.Collection<java.lang.String> bundleIds)
bundleIds - The list of bundle task IDs to describe.public DescribeBundleTasksRequest withBundleIds(java.lang.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(java.util.Collection<java.lang.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 java.util.List<Filter> getFilters()
public void setFilters(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object