|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.importexport.model.Job
public class Job
Representation of a job returned by the ListJobs operation.
Constructor Summary | |
---|---|
Job()
|
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Timestamp of the CreateJob request in ISO8601 date format. |
java.lang.Boolean |
getIsCanceled()
Indicates whether the job was canceled. |
java.lang.String |
getJobId()
A unique identifier which refers to a particular job. |
java.lang.String |
getJobType()
Specifies whether the job to initiate is an import or export job. |
java.lang.Boolean |
isCanceled()
Indicates whether the job was canceled. |
void |
setCreationDate(java.util.Date creationDate)
Timestamp of the CreateJob request in ISO8601 date format. |
void |
setIsCanceled(java.lang.Boolean isCanceled)
Indicates whether the job was canceled. |
void |
setJobId(java.lang.String jobId)
A unique identifier which refers to a particular job. |
void |
setJobType(java.lang.String jobType)
Specifies whether the job to initiate is an import or export job. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Job |
withCreationDate(java.util.Date creationDate)
Timestamp of the CreateJob request in ISO8601 date format. |
Job |
withIsCanceled(java.lang.Boolean isCanceled)
Indicates whether the job was canceled. |
Job |
withJobId(java.lang.String jobId)
A unique identifier which refers to a particular job. |
Job |
withJobType(java.lang.String jobType)
Specifies whether the job to initiate is an import or export job. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Job()
Method Detail |
---|
public java.lang.String getJobId()
public void setJobId(java.lang.String jobId)
jobId
- A unique identifier which refers to a particular job.public Job withJobId(java.lang.String jobId)
Returns a reference to this object so that method calls can be chained together.
jobId
- A unique identifier which refers to a particular job.
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date creationDate)
creationDate
- Timestamp of the CreateJob request in ISO8601 date format. For example
"2010-03-28T20:27:35Z".public Job withCreationDate(java.util.Date creationDate)
Returns a reference to this object so that method calls can be chained together.
creationDate
- Timestamp of the CreateJob request in ISO8601 date format. For example
"2010-03-28T20:27:35Z".
public java.lang.Boolean isCanceled()
public void setIsCanceled(java.lang.Boolean isCanceled)
isCanceled
- Indicates whether the job was canceled.public Job withIsCanceled(java.lang.Boolean isCanceled)
Returns a reference to this object so that method calls can be chained together.
isCanceled
- Indicates whether the job was canceled.
public java.lang.Boolean getIsCanceled()
public java.lang.String getJobType()
Constraints:
Allowed Values: Import, Export
JobType
public void setJobType(java.lang.String jobType)
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.JobType
public Job withJobType(java.lang.String jobType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: Import, Export
jobType
- Specifies whether the job to initiate is an import or export job.
JobType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |