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