@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectPHIRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectPHIRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectPHIRequest |
clone() |
boolean |
equals(Object obj) |
String |
getText()
A UTF-8 text string containing the clinical content being examined for PHI entities.
|
int |
hashCode() |
void |
setText(String text)
A UTF-8 text string containing the clinical content being examined for PHI entities.
|
String |
toString()
Returns a string representation of this object.
|
DetectPHIRequest |
withText(String text)
A UTF-8 text string containing the clinical content being examined for PHI entities.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setText(String text)
A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
text - A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must
contain fewer than 20,000 bytes of characters.public String getText()
A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
public DetectPHIRequest withText(String text)
A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters.
text - A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must
contain fewer than 20,000 bytes of characters.public String toString()
toString in class ObjectObject.toString()public DetectPHIRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.