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