Representation of a job returned by the ListJobs operation.

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

Syntax

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

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Job()()()()
Initializes a new instance of the Job class
CreationDate
Timestamp of the CreateJob request in ISO8601 date format. For example "2010-03-28T20:27:35Z".
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.)
IsCanceled
Indicates whether the job was canceled.
JobId
A unique identifier which refers to a particular job.
JobType
Specifies whether the job to initiate is an import or export job.

Constraints:

Allowed Values
Import, Export

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithCreationDate(DateTime)
Sets the CreationDate property
WithIsCanceled(Boolean)
Sets the IsCanceled property
WithJobId(String)
Sets the JobId property
WithJobType(String)
Sets the JobType property

Inheritance Hierarchy

System..::..Object
  Amazon.ImportExport.Model..::..Job

See Also