@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopDominantLanguageDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StopDominantLanguageDetectionJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StopDominantLanguageDetectionJobResult | clone() | 
| boolean | equals(Object obj) | 
| String | getJobId()
 The identifier of the dominant language detection job to stop. | 
| String | getJobStatus()
 Either  STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was
 previously stopped with theStopDominantLanguageDetectionJoboperation. | 
| int | hashCode() | 
| void | setJobId(String jobId)
 The identifier of the dominant language detection job to stop. | 
| void | setJobStatus(String jobStatus)
 Either  STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was
 previously stopped with theStopDominantLanguageDetectionJoboperation. | 
| String | toString()Returns a string representation of this object. | 
| StopDominantLanguageDetectionJobResult | withJobId(String jobId)
 The identifier of the dominant language detection job to stop. | 
| StopDominantLanguageDetectionJobResult | withJobStatus(JobStatus jobStatus)
 Either  STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was
 previously stopped with theStopDominantLanguageDetectionJoboperation. | 
| StopDominantLanguageDetectionJobResult | withJobStatus(String jobStatus)
 Either  STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was
 previously stopped with theStopDominantLanguageDetectionJoboperation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic StopDominantLanguageDetectionJobResult()
public void setJobId(String jobId)
The identifier of the dominant language detection job to stop.
jobId - The identifier of the dominant language detection job to stop.public String getJobId()
The identifier of the dominant language detection job to stop.
public StopDominantLanguageDetectionJobResult withJobId(String jobId)
The identifier of the dominant language detection job to stop.
jobId - The identifier of the dominant language detection job to stop.public void setJobStatus(String jobStatus)
 Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
 previously stopped with the StopDominantLanguageDetectionJob operation.
 
jobStatus - Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
        previously stopped with the StopDominantLanguageDetectionJob operation.JobStatuspublic String getJobStatus()
 Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
 previously stopped with the StopDominantLanguageDetectionJob operation.
 
STOP_REQUESTED if the job is currently running, or STOPPED if the job
         was previously stopped with the StopDominantLanguageDetectionJob operation.JobStatuspublic StopDominantLanguageDetectionJobResult withJobStatus(String jobStatus)
 Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
 previously stopped with the StopDominantLanguageDetectionJob operation.
 
jobStatus - Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
        previously stopped with the StopDominantLanguageDetectionJob operation.JobStatuspublic StopDominantLanguageDetectionJobResult withJobStatus(JobStatus jobStatus)
 Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
 previously stopped with the StopDominantLanguageDetectionJob operation.
 
jobStatus - Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
        previously stopped with the StopDominantLanguageDetectionJob operation.JobStatuspublic String toString()
toString in class ObjectObject.toString()public StopDominantLanguageDetectionJobResult clone()