Cloneable
, ReadLimitInfo
, ToCopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
@Generated("software.amazon.awssdk:codegen") public class PutLexiconRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutLexiconRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static PutLexiconRequest.Builder |
builder() |
|
String |
content() |
Content of the PLS lexicon as string data.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
Name of the lexicon.
|
static Class<? extends PutLexiconRequest.Builder> |
serializableBuilderClass() |
|
PutLexiconRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String name()
Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.
public String content()
Content of the PLS lexicon as string data.
public PutLexiconRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutLexiconRequest.Builder,PutLexiconRequest>
public static PutLexiconRequest.Builder builder()
public static Class<? extends PutLexiconRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.