@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, withSdkRequestTimeout
public 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.JobStatus
public String getJobStatus()
The status to change the job's status to. The only supported value is CANCELLED, which cancels the job completely.
JobStatus
public 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.JobStatus
public 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.JobStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateClassificationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.