|
||||||||||
| 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
A request to describe the bundle tasks for the user's account.
| 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()
|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||