@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InferSNOMEDCTRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
InferSNOMEDCTRequest() |
| Modifier and Type | Method and Description |
|---|---|
InferSNOMEDCTRequest |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The input text to be analyzed using InferSNOMEDCT.
|
int |
hashCode() |
void |
setText(String text)
The input text to be analyzed using InferSNOMEDCT.
|
String |
toString()
Returns a string representation of this object.
|
InferSNOMEDCTRequest |
withText(String text)
The input text to be analyzed using InferSNOMEDCT.
|
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)
The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.
text - The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.public String getText()
The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.
public InferSNOMEDCTRequest withText(String text)
The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.
text - The input text to be analyzed using InferSNOMEDCT. The text should be a string with 1 to 10000 characters.public String toString()
toString in class ObjectObject.toString()public InferSNOMEDCTRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.