7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/BotRecommendationStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
13#include <aws/lexv2-models/model/EncryptionSetting.h>
14#include <aws/lexv2-models/model/BotRecommendationResults.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
46 template<
typename BotIdT = Aws::String>
47 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
48 template<
typename BotIdT = Aws::String>
57 template<
typename BotVersionT = Aws::String>
58 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
59 template<
typename BotVersionT = Aws::String>
69 template<
typename LocaleIdT = Aws::String>
70 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
71 template<
typename LocaleIdT = Aws::String>
90 template<
typename BotRecommendationIdT = Aws::String>
91 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
92 template<
typename BotRecommendationIdT = Aws::String>
101 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
102 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
103 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
105 template<
typename FailureReasonsT = Aws::String>
114 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
115 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
116 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
125 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
126 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
127 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
137 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
138 void SetTranscriptSourceSetting(TranscriptSourceSettingT&& value) { m_transcriptSourceSettingHasBeenSet =
true; m_transcriptSourceSetting = std::forward<TranscriptSourceSettingT>(value); }
139 template<
typename TranscriptSourceSettingT = TranscriptSourceSetting>
150 template<
typename EncryptionSettingT = EncryptionSetting>
151 void SetEncryptionSetting(EncryptionSettingT&& value) { m_encryptionSettingHasBeenSet =
true; m_encryptionSetting = std::forward<EncryptionSettingT>(value); }
152 template<
typename EncryptionSettingT = EncryptionSetting>
163 template<
typename BotRecommendationResultsT = BotRecommendationResults>
164 void SetBotRecommendationResults(BotRecommendationResultsT&& value) { m_botRecommendationResultsHasBeenSet =
true; m_botRecommendationResults = std::forward<BotRecommendationResultsT>(value); }
165 template<
typename BotRecommendationResultsT = BotRecommendationResults>
172 template<
typename RequestIdT = Aws::String>
173 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
174 template<
typename RequestIdT = Aws::String>
180 bool m_botIdHasBeenSet =
false;
183 bool m_botVersionHasBeenSet =
false;
186 bool m_localeIdHasBeenSet =
false;
189 bool m_botRecommendationStatusHasBeenSet =
false;
192 bool m_botRecommendationIdHasBeenSet =
false;
195 bool m_failureReasonsHasBeenSet =
false;
198 bool m_creationDateTimeHasBeenSet =
false;
201 bool m_lastUpdatedDateTimeHasBeenSet =
false;
203 TranscriptSourceSetting m_transcriptSourceSetting;
204 bool m_transcriptSourceSettingHasBeenSet =
false;
206 EncryptionSetting m_encryptionSetting;
207 bool m_encryptionSettingHasBeenSet =
false;
209 BotRecommendationResults m_botRecommendationResults;
210 bool m_botRecommendationResultsHasBeenSet =
false;
213 bool m_requestIdHasBeenSet =
false;
DescribeBotRecommendationResult & WithBotRecommendationId(BotRecommendationIdT &&value)
DescribeBotRecommendationResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_LEXMODELSV2_API DescribeBotRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus value)
void SetBotRecommendationResults(BotRecommendationResultsT &&value)
void SetBotRecommendationStatus(BotRecommendationStatus value)
void SetCreationDateTime(CreationDateTimeT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotRecommendationId() const
const Aws::String & GetBotVersion() const
DescribeBotRecommendationResult & WithCreationDateTime(CreationDateTimeT &&value)
DescribeBotRecommendationResult & AddFailureReasons(FailureReasonsT &&value)
AWS_LEXMODELSV2_API DescribeBotRecommendationResult()=default
DescribeBotRecommendationResult & WithEncryptionSetting(EncryptionSettingT &&value)
const TranscriptSourceSetting & GetTranscriptSourceSetting() const
DescribeBotRecommendationResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetRequestId() const
void SetTranscriptSourceSetting(TranscriptSourceSettingT &&value)
BotRecommendationStatus GetBotRecommendationStatus() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeBotRecommendationResult & WithBotId(BotIdT &&value)
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
const Aws::Vector< Aws::String > & GetFailureReasons() const
DescribeBotRecommendationResult & WithFailureReasons(FailureReasonsT &&value)
DescribeBotRecommendationResult & WithLocaleId(LocaleIdT &&value)
const Aws::Utils::DateTime & GetCreationDateTime() const
DescribeBotRecommendationResult & WithBotRecommendationResults(BotRecommendationResultsT &&value)
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API DescribeBotRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEncryptionSetting(EncryptionSettingT &&value)
const Aws::String & GetLocaleId() const
DescribeBotRecommendationResult & WithTranscriptSourceSetting(TranscriptSourceSettingT &&value)
DescribeBotRecommendationResult & WithRequestId(RequestIdT &&value)
const EncryptionSetting & GetEncryptionSetting() const
void SetFailureReasons(FailureReasonsT &&value)
const Aws::String & GetBotId() const
void SetLocaleId(LocaleIdT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
const BotRecommendationResults & GetBotRecommendationResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue