AWS SDK for .NET Documentation
Job Class
AmazonAmazon.ImportExport.ModelJob Did this page help you?   Yes   No    Tell us about it...

Representation of a job returned by the ListJobs operation.

Declaration Syntax
C#
public class Job
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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) Obsolete.
Sets the CreationDate property

WithIsCanceled(Boolean) Obsolete.
Sets the IsCanceled property

WithJobId(String) Obsolete.
Sets the JobId property

WithJobType(String) Obsolete.
Sets the JobType property

Inheritance Hierarchy

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