Describes current bundling tasks.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeBundleTasksRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeBundleTasksRequest()()()() | Initializes a new instance of the DescribeBundleTasksRequest class | 
|  | BundleId | 
            One or more IDs of the bundle tasks to describe.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated 
            with the specified BundleTasks.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetBundleId()()()() | 
            Checks if BundleId property is set
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBundleId(array<String>[]()[][]) | Obsolete. 
            Sets the IDs of the bundle tasks to describe.
             | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets the filters used to match system-defined properties and user-defined tags associated 
            with the specified BundleTasks.
             | 
 Remarks
 Remarks
            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.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeBundleTasksRequest | |