@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBotLocaleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeBotLocaleRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeBotLocaleRequest |
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 associated with the locale.
|
String |
getBotVersion()
The version of the bot associated with the locale.
|
String |
getLocaleId()
The unique identifier of the locale to describe.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot associated with the locale.
|
void |
setBotVersion(String botVersion)
The version of the bot associated with the locale.
|
void |
setLocaleId(String localeId)
The unique identifier of the locale to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBotLocaleRequest |
withBotId(String botId)
The identifier of the bot associated with the locale.
|
DescribeBotLocaleRequest |
withBotVersion(String botVersion)
The version of the bot associated with the locale.
|
DescribeBotLocaleRequest |
withLocaleId(String localeId)
The unique identifier of the locale to describe.
|
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 associated with the locale.
botId
- The identifier of the bot associated with the locale.public String getBotId()
The identifier of the bot associated with the locale.
public DescribeBotLocaleRequest withBotId(String botId)
The identifier of the bot associated with the locale.
botId
- The identifier of the bot associated with the locale.public void setBotVersion(String botVersion)
The version of the bot associated with the locale.
botVersion
- The version of the bot associated with the locale.public String getBotVersion()
The version of the bot associated with the locale.
public DescribeBotLocaleRequest withBotVersion(String botVersion)
The version of the bot associated with the locale.
botVersion
- The version of the bot associated with the locale.public void setLocaleId(String localeId)
The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The unique identifier of the locale to describe. The string must match one of the supported locales. For
more information, see Supported
languages.public String getLocaleId()
The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
public DescribeBotLocaleRequest withLocaleId(String localeId)
The unique identifier of the locale to describe. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The unique identifier of the locale to describe. The string must match one of the supported locales. For
more information, see Supported
languages.public String toString()
toString
in class Object
Object.toString()
public DescribeBotLocaleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()