7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/model/BotRecommendationSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename BotIdT = Aws::String>
44 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
45 template<
typename BotIdT = Aws::String>
54 template<
typename BotVersionT = Aws::String>
55 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
56 template<
typename BotVersionT = Aws::String>
65 template<
typename LocaleIdT = Aws::String>
66 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
67 template<
typename LocaleIdT = Aws::String>
79 template<
typename BotRecommendationSummariesT = Aws::Vector<BotRecommendationSummary>>
80 void SetBotRecommendationSummaries(BotRecommendationSummariesT&& value) { m_botRecommendationSummariesHasBeenSet =
true; m_botRecommendationSummaries = std::forward<BotRecommendationSummariesT>(value); }
81 template<
typename BotRecommendationSummariesT = Aws::Vector<BotRecommendationSummary>>
83 template<
typename BotRecommendationSummariesT = BotRecommendationSummary>
95 template<
typename NextTokenT = Aws::String>
96 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
97 template<
typename NextTokenT = Aws::String>
104 template<
typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
106 template<
typename RequestIdT = Aws::String>
112 bool m_botIdHasBeenSet =
false;
115 bool m_botVersionHasBeenSet =
false;
118 bool m_localeIdHasBeenSet =
false;
121 bool m_botRecommendationSummariesHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
127 bool m_requestIdHasBeenSet =
false;
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
const Aws::Vector< BotRecommendationSummary > & GetBotRecommendationSummaries() const
ListBotRecommendationsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetLocaleId() const
ListBotRecommendationsResult & WithBotId(BotIdT &&value)
const Aws::String & GetRequestId() const
ListBotRecommendationsResult & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API ListBotRecommendationsResult()=default
AWS_LEXMODELSV2_API ListBotRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListBotRecommendationsResult & AddBotRecommendationSummaries(BotRecommendationSummariesT &&value)
const Aws::String & GetBotVersion() const
ListBotRecommendationsResult & WithNextToken(NextTokenT &&value)
void SetBotId(BotIdT &&value)
void SetBotRecommendationSummaries(BotRecommendationSummariesT &&value)
void SetNextToken(NextTokenT &&value)
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetNextToken() const
ListBotRecommendationsResult & WithBotRecommendationSummaries(BotRecommendationSummariesT &&value)
ListBotRecommendationsResult & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API ListBotRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue