Describes current bundling tasks. For more information on bundling instances, go to the Amazon Elastic Compute Cloud Developer Guide or Amazon Elastic Compute Cloud Getting Started Guide.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeBundleTasksRequest
Public Class DescribeBundleTasksRequest
public ref class DescribeBundleTasksRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DescribeBundleTasksRequest()()()()
Initializes a new instance of the DescribeBundleTasksRequest class
BundleId
Gets and sets the BundleId property. The ID of the bundle task to describe.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Gets and sets the Filter property. 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>[]()[][])
Sets the BundleId property
WithFilter(array<Filter>[]()[][])
Sets the Filter property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DescribeBundleTasksRequest

See Also