Representation of a job returned by the ListJobs operation.
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 |
| Member | Description | |
|---|---|---|
| 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) | (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: | |
| ToString()()()() | (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
|