@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DetectEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.