@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateClassificationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateClassificationJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateClassificationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The unique identifier for the classification job.
|
String |
getJobStatus()
The status to change the job's status to.
|
int |
hashCode() |
void |
setJobId(String jobId)
The unique identifier for the classification job.
|
void |
setJobStatus(String jobStatus)
The status to change the job's status to.
|
String |
toString()
Returns a string representation of this object.
|
UpdateClassificationJobRequest |
withJobId(String jobId)
The unique identifier for the classification job.
|
UpdateClassificationJobRequest |
withJobStatus(JobStatus jobStatus)
The status to change the job's status to.
|
UpdateClassificationJobRequest |
withJobStatus(String jobStatus)
The status to change the job's status to.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setJobId(String jobId)
The unique identifier for the classification job.
jobId - The unique identifier for the classification job.public String getJobId()
The unique identifier for the classification job.
public UpdateClassificationJobRequest withJobId(String jobId)
The unique identifier for the classification job.
jobId - The unique identifier for the classification job.public void setJobStatus(String jobStatus)
The status to change the job's status to. The only supported value is CANCELLED, which cancels the job completely.
jobStatus - The status to change the job's status to. The only supported value is CANCELLED, which cancels the job
completely.JobStatuspublic String getJobStatus()
The status to change the job's status to. The only supported value is CANCELLED, which cancels the job completely.
JobStatuspublic UpdateClassificationJobRequest withJobStatus(String jobStatus)
The status to change the job's status to. The only supported value is CANCELLED, which cancels the job completely.
jobStatus - The status to change the job's status to. The only supported value is CANCELLED, which cancels the job
completely.JobStatuspublic UpdateClassificationJobRequest withJobStatus(JobStatus jobStatus)
The status to change the job's status to. The only supported value is CANCELLED, which cancels the job completely.
jobStatus - The status to change the job's status to. The only supported value is CANCELLED, which cancels the job
completely.JobStatuspublic String toString()
toString in class ObjectObject.toString()public UpdateClassificationJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()