Class Job
java.lang.Object
com.amazonaws.services.importexport.model.Job
- All Implemented Interfaces:
Serializable
,Cloneable
Representation of a job returned by the ListJobs operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getJobId()
int
hashCode()
void
setCreationDate
(Date creationDate) void
setIsCanceled
(Boolean isCanceled) void
void
setJobType
(JobType jobType) void
setJobType
(String jobType) toString()
Returns a string representation of this object; useful for testing and debugging.withCreationDate
(Date creationDate) withIsCanceled
(Boolean isCanceled) withJobType
(JobType jobType) withJobType
(String jobType)
-
Constructor Details
-
Job
public Job()
-
-
Method Details
-
setJobId
- Parameters:
jobId
-
-
getJobId
- Returns:
-
withJobId
- Parameters:
jobId
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreationDate
- Parameters:
creationDate
-
-
getCreationDate
- Returns:
-
withCreationDate
- Parameters:
creationDate
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsCanceled
- Parameters:
isCanceled
-
-
getIsCanceled
- Returns:
-
withIsCanceled
- Parameters:
isCanceled
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isCanceled
- Returns:
-
setJobType
- Parameters:
jobType
-- See Also:
-
getJobType
- Returns:
- See Also:
-
withJobType
- Parameters:
jobType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setJobType
- Parameters:
jobType
-- See Also:
-
withJobType
- Parameters:
jobType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-