com.amazonaws.services.ec2.model
Class DescribeBundleTasksRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DescribeBundleTasksRequest

public class DescribeBundleTasksRequest
extends AmazonWebServiceRequest

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

DescribeBundleTasksRequest

public DescribeBundleTasksRequest()
Method Detail

getBundleIds

public List<String> getBundleIds()
The list of bundle task IDs to describe.

Returns:
The list of bundle task IDs to describe.

setBundleIds

public void setBundleIds(Collection<String> bundleIds)
The list of bundle task IDs to describe.

Parameters:
bundleIds - The list of bundle task IDs to describe.

withBundleIds

public DescribeBundleTasksRequest withBundleIds(String... bundleIds)
The list of bundle task IDs to describe.

Returns a reference to this object so that method calls can be chained together.

Parameters:
bundleIds - The list of bundle task IDs to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

withBundleIds

public DescribeBundleTasksRequest withBundleIds(Collection<String> bundleIds)
The list of bundle task IDs to describe.

Returns a reference to this object so that method calls can be chained together.

Parameters:
bundleIds - The list of bundle task IDs to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.