@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainsPiiEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ContainsPiiEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ContainsPiiEntitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language of the input documents.
|
String |
getText()
Creates a new document classification request to analyze a single document in real-time, returning personally
identifiable information (PII) entity labels.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language of the input documents.
|
void |
setText(String text)
Creates a new document classification request to analyze a single document in real-time, returning personally
identifiable information (PII) entity labels.
|
String |
toString()
Returns a string representation of this object.
|
ContainsPiiEntitiesRequest |
withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
ContainsPiiEntitiesRequest |
withLanguageCode(String languageCode)
The language of the input documents.
|
ContainsPiiEntitiesRequest |
withText(String text)
Creates a new document classification request to analyze a single document in real-time, returning personally
identifiable information (PII) entity labels.
|
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)
Creates a new document classification request to analyze a single document in real-time, returning personally identifiable information (PII) entity labels.
text - Creates a new document classification request to analyze a single document in real-time, returning
personally identifiable information (PII) entity labels.public String getText()
Creates a new document classification request to analyze a single document in real-time, returning personally identifiable information (PII) entity labels.
public ContainsPiiEntitiesRequest withText(String text)
Creates a new document classification request to analyze a single document in real-time, returning personally identifiable information (PII) entity labels.
text - Creates a new document classification request to analyze a single document in real-time, returning
personally identifiable information (PII) entity labels.public void setLanguageCode(String languageCode)
The language of the input documents.
languageCode - The language of the input documents.LanguageCodepublic String getLanguageCode()
The language of the input documents.
LanguageCodepublic ContainsPiiEntitiesRequest withLanguageCode(String languageCode)
The language of the input documents.
languageCode - The language of the input documents.LanguageCodepublic ContainsPiiEntitiesRequest withLanguageCode(LanguageCode languageCode)
The language of the input documents.
languageCode - The language of the input documents.LanguageCodepublic String toString()
toString in class ObjectObject.toString()public ContainsPiiEntitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.