Details for an import instance task.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ImportInstanceTaskDetailsType
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ImportInstanceTaskDetailsType()()()() | Initializes a new instance of the ImportInstanceTaskDetailsType class | 
|  | Description | 
            Description of the instance.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | InstanceId | 
            The ID of the resulting instance in Amazon EC2.
             | 
|  | IsSetDescription()()()() | 
            Checks if Description property is set
             | 
|  | IsSetInstanceId()()()() | 
            Checks if InstanceId property is set
             | 
|  | IsSetPlatform()()()() | 
            Checks if Platform property is set
             | 
|  | IsSetVolumes()()()() | 
            Checks if Volumes property is set
             | 
|  | Platform | 
            Instance operating system.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Volumes | 
            A list of instance volumes for import.
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the description of the instance.
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the ID of the resulting instance in Amazon EC2.
             | 
|  | WithPlatform(String) | Obsolete. 
            Sets the instance operating system.
             | 
|  | WithVolumes(array<ImportInstanceVolumeDetailItemType>[]()[][]) | Obsolete. 
            Sets the list of instance volumes for import.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ImportInstanceTaskDetailsType |