@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuildBotLocaleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BuildBotLocaleRequest() |
Modifier and Type | Method and Description |
---|---|
BuildBotLocaleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot to build.
|
String |
getBotVersion()
The version of the bot to build.
|
String |
getLocaleId()
The identifier of the language and locale that the bot will be used in.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot to build.
|
void |
setBotVersion(String botVersion)
The version of the bot to build.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
String |
toString()
Returns a string representation of this object.
|
BuildBotLocaleRequest |
withBotId(String botId)
The identifier of the bot to build.
|
BuildBotLocaleRequest |
withBotVersion(String botVersion)
The version of the bot to build.
|
BuildBotLocaleRequest |
withLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in.
|
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 setBotId(String botId)
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
botId
- The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.public String getBotId()
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
public BuildBotLocaleRequest withBotId(String botId)
The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.
botId
- The identifier of the bot to build. The identifier is returned in the response from the CreateBot operation.public void setBotVersion(String botVersion)
The version of the bot to build. This can only be the draft version of the bot.
botVersion
- The version of the bot to build. This can only be the draft version of the bot.public String getBotVersion()
The version of the bot to build. This can only be the draft version of the bot.
public BuildBotLocaleRequest withBotVersion(String botVersion)
The version of the bot to build. This can only be the draft version of the bot.
botVersion
- The version of the bot to build. This can only be the draft version of the bot.public void setLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
localeId
- The identifier of the language and locale that the bot will be used in. The string must match one of the
supported locales. All of the intents, slot types, and slots used in the bot must have the same locale.
For more information, see Supported languages.public String getLocaleId()
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
public BuildBotLocaleRequest withLocaleId(String localeId)
The identifier of the language and locale that the bot will be used in. The string must match one of the supported locales. All of the intents, slot types, and slots used in the bot must have the same locale. For more information, see Supported languages.
localeId
- The identifier of the language and locale that the bot will be used in. The string must match one of the
supported locales. All of the intents, slot types, and slots used in the bot must have the same locale.
For more information, see Supported languages.public String toString()
toString
in class Object
Object.toString()
public BuildBotLocaleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()