@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopTextTranslationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopTextTranslationJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StopTextTranslationJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The job ID of the stopped batch translation job.
|
String |
getJobStatus()
The status of the designated job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job ID of the stopped batch translation job.
|
void |
setJobStatus(String jobStatus)
The status of the designated job.
|
String |
toString()
Returns a string representation of this object.
|
StopTextTranslationJobResult |
withJobId(String jobId)
The job ID of the stopped batch translation job.
|
StopTextTranslationJobResult |
withJobStatus(JobStatus jobStatus)
The status of the designated job.
|
StopTextTranslationJobResult |
withJobStatus(String jobStatus)
The status of the designated job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The job ID of the stopped batch translation job.
jobId - The job ID of the stopped batch translation job.public String getJobId()
The job ID of the stopped batch translation job.
public StopTextTranslationJobResult withJobId(String jobId)
The job ID of the stopped batch translation job.
jobId - The job ID of the stopped batch translation job.public void setJobStatus(String jobStatus)
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
jobStatus - The status of the designated job. Upon successful completion, the job's status will be
STOPPED.JobStatuspublic String getJobStatus()
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
STOPPED.JobStatuspublic StopTextTranslationJobResult withJobStatus(String jobStatus)
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
jobStatus - The status of the designated job. Upon successful completion, the job's status will be
STOPPED.JobStatuspublic StopTextTranslationJobResult withJobStatus(JobStatus jobStatus)
The status of the designated job. Upon successful completion, the job's status will be STOPPED.
jobStatus - The status of the designated job. Upon successful completion, the job's status will be
STOPPED.JobStatuspublic String toString()
toString in class ObjectObject.toString()public StopTextTranslationJobResult clone()