AWS SDK for .NET Documentation
ImportInstanceTaskDetailsType Class
AmazonAmazon.EC2.ModelImportInstanceTaskDetailsType Did this page help you?   Yes   No    Tell us about it...
Details for an import instance task.
Declaration Syntax
C#
public class ImportInstanceTaskDetailsType
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ImportInstanceTaskDetailsType()()()()
Initializes a new instance of the ImportInstanceTaskDetailsType class

Description
Description of the instance.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
ImportInstanceTaskDetailsType

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)