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