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 ConversionTaskType
Public Class ConversionTaskType
public ref class ConversionTaskType

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ConversionTaskType()()()()
Initializes a new instance of the ConversionTaskType class
ConversionTaskId
Gets and sets the ConversionTaskId property. ID of the conversion task.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpirationTime
Gets and sets the ExpirationTime property. When the task expires. If the upload isn't complete before the expiration time, the task is automatically canceled.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImportInstanceRequest
Gets and sets the ImportInstanceRequest property. If the task is for importing an instance, this contains information about the import instance task.
ImportVolumeRequest
Gets and sets the ImportVolumeRequest property. If the task is for importing a volume, this contains information about the import volume task.
IsSetConversionTaskId()()()()
Checks if ConversionTaskId property is set
IsSetExpirationTime()()()()
Checks if ExpirationTime property is set
IsSetImportInstanceRequest()()()()
Checks if ImportInstanceRequest property is set
IsSetImportVolumeRequest()()()()
Checks if ImportVolumeRequest property is set
IsSetState()()()()
Checks if State property is set
IsSetStatusMessage()()()()
Checks if StatusMessage property is set
State
Gets and sets the State property. State of the conversion task.
StatusMessage
Gets and sets the StatusMessage property. Status message related to the conversion task.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithConversionTaskId(String)
Sets the ConversionTaskId property
WithExpirationTime(String)
Sets the ExpirationTime property
WithImportInstanceRequest(ImportInstanceTaskDetailsType)
Sets the ImportInstanceRequest property
WithImportVolumeRequest(ImportVolumeTaskDetailsType)
Sets the ImportVolumeRequest property
WithState(String)
Sets the State property
WithStatusMessage(String)
Sets the StatusMessage property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..ConversionTaskType

See Also