@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBotRecommendationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateBotRecommendationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateBotRecommendationRequest |
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 updated.
|
String |
getBotRecommendationId()
The unique identifier of the bot recommendation to be updated.
|
String |
getBotVersion()
The version of the bot containing the bot recommendation to be updated.
|
EncryptionSetting |
getEncryptionSetting()
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
String |
getLocaleId()
The identifier of the language and locale of the bot recommendation to update.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
|
void |
setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
void |
setBotVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
|
void |
setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBotRecommendationRequest |
withBotId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
withBotVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
|
UpdateBotRecommendationRequest |
withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
UpdateBotRecommendationRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
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 updated.
botId
- The unique identifier of the bot containing the bot recommendation to be updated.public String getBotId()
The unique identifier of the bot containing the bot recommendation to be updated.
public UpdateBotRecommendationRequest withBotId(String botId)
The unique identifier of the bot containing the bot recommendation to be updated.
botId
- The unique identifier of the bot containing the bot recommendation to be updated.public void setBotVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
botVersion
- The version of the bot containing the bot recommendation to be updated.public String getBotVersion()
The version of the bot containing the bot recommendation to be updated.
public UpdateBotRecommendationRequest withBotVersion(String botVersion)
The version of the bot containing the bot recommendation to be updated.
botVersion
- The version of the bot containing the bot recommendation to be updated.public void setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update. 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 update. 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 update. The string must match one of the supported locales. For more information, see Supported languages
public UpdateBotRecommendationRequest withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update. 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 update. 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 updated.
botRecommendationId
- The unique identifier of the bot recommendation to be updated.public String getBotRecommendationId()
The unique identifier of the bot recommendation to be updated.
public UpdateBotRecommendationRequest withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
botRecommendationId
- The unique identifier of the bot recommendation to be updated.public void setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
encryptionSetting
- The object representing the passwords that will be used to encrypt the data related to the bot
recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.public EncryptionSetting getEncryptionSetting()
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
public UpdateBotRecommendationRequest withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
encryptionSetting
- The object representing the passwords that will be used to encrypt the data related to the bot
recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.public String toString()
toString
in class Object
Object.toString()
public UpdateBotRecommendationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()