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