@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectEntitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getText()
A UTF-8 text string containing the clinical content being examined for entities.
|
int |
hashCode() |
void |
setText(String text)
A UTF-8 text string containing the clinical content being examined for entities.
|
String |
toString()
Returns a string representation of this object.
|
DetectEntitiesRequest |
withText(String text)
A UTF-8 text string containing the clinical content being examined for 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 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 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 entities. Each string must contain fewer than 20,000 bytes of characters.
public DetectEntitiesRequest withText(String text)
A UTF-8 text string containing the clinical content being examined for 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 entities. Each string must contain
fewer than 20,000 bytes of characters.public String toString()
toString in class ObjectObject.toString()public DetectEntitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.