@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Job extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
| Job() | 
| Modifier and Type | Method and Description | 
|---|---|
| Job | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreationDate() | 
| Boolean | getIsCanceled() | 
| String | getJobId() | 
| String | getJobType() | 
| int | hashCode() | 
| Boolean | isCanceled() | 
| void | setCreationDate(Date creationDate) | 
| void | setIsCanceled(Boolean isCanceled) | 
| void | setJobId(String jobId) | 
| void | setJobType(JobType jobType) | 
| void | setJobType(String jobType) | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| Job | withCreationDate(Date creationDate) | 
| Job | withIsCanceled(Boolean isCanceled) | 
| Job | withJobId(String jobId) | 
| Job | withJobType(JobType jobType) | 
| Job | withJobType(String jobType) | 
public void setJobId(String jobId)
jobId - public String getJobId()
public Job withJobId(String jobId)
jobId - public void setCreationDate(Date creationDate)
creationDate - public Date getCreationDate()
public Job withCreationDate(Date creationDate)
creationDate - public void setIsCanceled(Boolean isCanceled)
isCanceled - public Boolean getIsCanceled()
public Job withIsCanceled(Boolean isCanceled)
isCanceled - public Boolean isCanceled()
public Job withJobType(String jobType)
jobType - JobTypepublic Job withJobType(JobType jobType)
jobType - JobTypepublic String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.