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