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