@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBotRecommendationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateBotRecommendationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateBotRecommendationResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot containing the bot recommendation that has been updated.
|
String |
getBotRecommendationId()
The unique identifier of the bot recommendation to be updated.
|
String |
getBotRecommendationStatus()
The status of the bot recommendation.
|
String |
getBotVersion()
The version of the bot containing the bot recommendation that has been updated.
|
Date |
getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
|
EncryptionSetting |
getEncryptionSetting()
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
Date |
getLastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
|
String |
getLocaleId()
The identifier of the language and locale of the bot recommendation to update.
|
TranscriptSourceSetting |
getTranscriptSourceSetting()
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
|
void |
setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
void |
setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
void |
setBotVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
|
void |
setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
void |
setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were 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 |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
void |
setTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
String |
toString()
Returns a string representation of this object.
|
UpdateBotRecommendationResult |
withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
|
UpdateBotRecommendationResult |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
|
UpdateBotRecommendationResult |
withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResult |
withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
UpdateBotRecommendationResult |
withBotVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
|
UpdateBotRecommendationResult |
withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
UpdateBotRecommendationResult |
withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
UpdateBotRecommendationResult |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
|
UpdateBotRecommendationResult |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to update.
|
UpdateBotRecommendationResult |
withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
botId
- The unique identifier of the bot containing the bot recommendation that has been updated.public String getBotId()
The unique identifier of the bot containing the bot recommendation that has been updated.
public UpdateBotRecommendationResult withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
botId
- The unique identifier of the bot containing the bot recommendation that has been updated.public void setBotVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
botVersion
- The version of the bot containing the bot recommendation that has been updated.public String getBotVersion()
The version of the bot containing the bot recommendation that has been updated.
public UpdateBotRecommendationResult withBotVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
botVersion
- The version of the bot containing the bot recommendation that has been 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 UpdateBotRecommendationResult 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 setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public String getBotRecommendationStatus()
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public UpdateBotRecommendationResult withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public UpdateBotRecommendationResult withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public 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 UpdateBotRecommendationResult 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 setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public Date getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
public UpdateBotRecommendationResult withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot recommendation was last updated.public Date getLastUpdatedDateTime()
A timestamp of the date and time that the bot recommendation was last updated.
public UpdateBotRecommendationResult withLastUpdatedDateTime(Date lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
lastUpdatedDateTime
- A timestamp of the date and time that the bot recommendation was last updated.public void setTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
transcriptSourceSetting
- The object representing the Amazon S3 bucket containing the transcript, as well as the associated
metadata.public TranscriptSourceSetting getTranscriptSourceSetting()
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
public UpdateBotRecommendationResult withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
transcriptSourceSetting
- The object representing the Amazon S3 bucket containing the transcript, as well as the associated
metadata.public void setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were 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 were 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 were 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 UpdateBotRecommendationResult withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were 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 were 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 UpdateBotRecommendationResult clone()