@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBotLocaleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBotLocaleRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBotLocaleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot that contains the locale.
|
String |
getBotVersion()
The version of the bot that contains the locale.
|
String |
getLocaleId()
The identifier of the language and locale that will be deleted.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot that contains the locale.
|
void |
setBotVersion(String botVersion)
The version of the bot that contains the locale.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale that will be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBotLocaleRequest |
withBotId(String botId)
The unique identifier of the bot that contains the locale.
|
DeleteBotLocaleRequest |
withBotVersion(String botVersion)
The version of the bot that contains the locale.
|
DeleteBotLocaleRequest |
withLocaleId(String localeId)
The identifier of the language and locale that will be deleted.
|
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 unique identifier of the bot that contains the locale.
botId
- The unique identifier of the bot that contains the locale.public String getBotId()
The unique identifier of the bot that contains the locale.
public DeleteBotLocaleRequest withBotId(String botId)
The unique identifier of the bot that contains the locale.
botId
- The unique identifier of the bot that contains the locale.public void setBotVersion(String botVersion)
The version of the bot that contains the locale.
botVersion
- The version of the bot that contains the locale.public String getBotVersion()
The version of the bot that contains the locale.
public DeleteBotLocaleRequest withBotVersion(String botVersion)
The version of the bot that contains the locale.
botVersion
- The version of the bot that contains the locale.public void setLocaleId(String localeId)
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale that will be deleted. The string must match one of the supported
locales. For more information, see Supported languages.public String getLocaleId()
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
public DeleteBotLocaleRequest withLocaleId(String localeId)
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see Supported languages.
localeId
- The identifier of the language and locale that will be deleted. 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 DeleteBotLocaleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()