@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopPHIDetectionJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopPHIDetectionJobResult() |
Modifier and Type | Method and Description |
---|---|
StopPHIDetectionJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier of the PHI detection job that was stopped.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier of the PHI detection job that was stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopPHIDetectionJobResult |
withJobId(String jobId)
The identifier of the PHI detection job that was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The identifier of the PHI detection job that was stopped.
jobId
- The identifier of the PHI detection job that was stopped.public String getJobId()
The identifier of the PHI detection job that was stopped.
public StopPHIDetectionJobResult withJobId(String jobId)
The identifier of the PHI detection job that was stopped.
jobId
- The identifier of the PHI detection job that was stopped.public String toString()
toString
in class Object
Object.toString()
public StopPHIDetectionJobResult clone()