@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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)
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 Object
Object.toString()
public InferSNOMEDCTRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()