@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopPiiEntitiesDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StopPiiEntitiesDetectionJobResult() |
| Modifier and Type | Method and Description |
|---|---|
StopPiiEntitiesDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier of the PII entities detection job to stop.
|
String |
getJobStatus()
The status of the PII entities detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier of the PII entities detection job to stop.
|
void |
setJobStatus(String jobStatus)
The status of the PII entities detection job.
|
String |
toString()
Returns a string representation of this object.
|
StopPiiEntitiesDetectionJobResult |
withJobId(String jobId)
The identifier of the PII entities detection job to stop.
|
StopPiiEntitiesDetectionJobResult |
withJobStatus(JobStatus jobStatus)
The status of the PII entities detection job.
|
StopPiiEntitiesDetectionJobResult |
withJobStatus(String jobStatus)
The status of the PII entities detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The identifier of the PII entities detection job to stop.
jobId - The identifier of the PII entities detection job to stop.public String getJobId()
The identifier of the PII entities detection job to stop.
public StopPiiEntitiesDetectionJobResult withJobId(String jobId)
The identifier of the PII entities detection job to stop.
jobId - The identifier of the PII entities detection job to stop.public void setJobStatus(String jobStatus)
The status of the PII entities detection job.
jobStatus - The status of the PII entities detection job.JobStatuspublic String getJobStatus()
The status of the PII entities detection job.
JobStatuspublic StopPiiEntitiesDetectionJobResult withJobStatus(String jobStatus)
The status of the PII entities detection job.
jobStatus - The status of the PII entities detection job.JobStatuspublic StopPiiEntitiesDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the PII entities detection job.
jobStatus - The status of the PII entities detection job.JobStatuspublic String toString()
toString in class ObjectObject.toString()public StopPiiEntitiesDetectionJobResult clone()