@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClassifyDocumentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ClassifyDocumentRequest() |
Modifier and Type | Method and Description |
---|---|
ClassifyDocumentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint.
|
String |
getText()
The document text to be analyzed.
|
int |
hashCode() |
void |
setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
void |
setText(String text)
The document text to be analyzed.
|
String |
toString()
Returns a string representation of this object.
|
ClassifyDocumentRequest |
withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
|
ClassifyDocumentRequest |
withText(String text)
The document text to be analyzed.
|
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 document text to be analyzed.
text
- The document text to be analyzed.public String getText()
The document text to be analyzed.
public ClassifyDocumentRequest withText(String text)
The document text to be analyzed.
text
- The document text to be analyzed.public void setEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
endpointArn
- The Amazon Resource Number (ARN) of the endpoint.public String getEndpointArn()
The Amazon Resource Number (ARN) of the endpoint.
public ClassifyDocumentRequest withEndpointArn(String endpointArn)
The Amazon Resource Number (ARN) of the endpoint.
endpointArn
- The Amazon Resource Number (ARN) of the endpoint.public String toString()
toString
in class Object
Object.toString()
public ClassifyDocumentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.