@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectDominantLanguageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DetectDominantLanguageRequest() |
Modifier and Type | Method and Description |
---|---|
DetectDominantLanguageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getText()
A UTF-8 text string.
|
int |
hashCode() |
void |
setText(String text)
A UTF-8 text string.
|
String |
toString()
Returns a string representation of this object.
|
DetectDominantLanguageRequest |
withText(String text)
A UTF-8 text string.
|
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)
A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
text
- A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000
bytes of UTF-8 encoded characters.public String getText()
A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
public DetectDominantLanguageRequest withText(String text)
A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.
text
- A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000
bytes of UTF-8 encoded characters.public String toString()
toString
in class Object
Object.toString()
public DetectDominantLanguageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()