@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectPiiEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DetectPiiEntitiesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DetectPiiEntitiesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language of the input documents.
|
String |
getText()
A UTF-8 text string.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language of the input documents.
|
void |
setText(String text)
A UTF-8 text string.
|
String |
toString()
Returns a string representation of this object.
|
DetectPiiEntitiesRequest |
withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
DetectPiiEntitiesRequest |
withLanguageCode(String languageCode)
The language of the input documents.
|
DetectPiiEntitiesRequest |
withText(String text)
A UTF-8 text string.
|
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)
A UTF-8 text string. The maximum string size is 100 KB.
text - A UTF-8 text string. The maximum string size is 100 KB.public String getText()
A UTF-8 text string. The maximum string size is 100 KB.
public DetectPiiEntitiesRequest withText(String text)
A UTF-8 text string. The maximum string size is 100 KB.
text - A UTF-8 text string. The maximum string size is 100 KB.public void setLanguageCode(String languageCode)
The language of the input documents. Currently, English is the only valid language.
languageCode - The language of the input documents. Currently, English is the only valid language.LanguageCodepublic String getLanguageCode()
The language of the input documents. Currently, English is the only valid language.
LanguageCodepublic DetectPiiEntitiesRequest withLanguageCode(String languageCode)
The language of the input documents. Currently, English is the only valid language.
languageCode - The language of the input documents. Currently, English is the only valid language.LanguageCodepublic DetectPiiEntitiesRequest withLanguageCode(LanguageCode languageCode)
The language of the input documents. Currently, English is the only valid language.
languageCode - The language of the input documents. Currently, English is the only valid language.LanguageCodepublic String toString()
toString in class ObjectObject.toString()public DetectPiiEntitiesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.