@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, setSdkResponseMetadata
public 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.JobStatus
public String getJobStatus()
The status of the PII entities detection job.
JobStatus
public StopPiiEntitiesDetectionJobResult withJobStatus(String jobStatus)
The status of the PII entities detection job.
jobStatus
- The status of the PII entities detection job.JobStatus
public StopPiiEntitiesDetectionJobResult withJobStatus(JobStatus jobStatus)
The status of the PII entities detection job.
jobStatus
- The status of the PII entities detection job.JobStatus
public String toString()
toString
in class Object
Object.toString()
public StopPiiEntitiesDetectionJobResult clone()