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