7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename BotIdT = Aws::String>
42 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
43 template<
typename BotIdT = Aws::String>
53 template<
typename BotVersionT = Aws::String>
54 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
55 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>
78 template<
typename BotRecommendationIdT = Aws::String>
79 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
80 template<
typename BotRecommendationIdT = Aws::String>
93 template<
typename NextTokenT = Aws::String>
94 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
95 template<
typename NextTokenT = Aws::String>
107 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 bool m_botIdHasBeenSet =
false;
116 bool m_botVersionHasBeenSet =
false;
119 bool m_localeIdHasBeenSet =
false;
122 bool m_botRecommendationIdHasBeenSet =
false;
125 bool m_nextTokenHasBeenSet =
false;
128 bool m_maxResultsHasBeenSet =
false;
ListRecommendedIntentsRequest & WithBotVersion(BotVersionT &&value)
ListRecommendedIntentsRequest & WithNextToken(NextTokenT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
const Aws::String & GetBotRecommendationId() const
AWS_LEXMODELSV2_API ListRecommendedIntentsRequest()=default
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
const Aws::String & GetNextToken() const
bool BotIdHasBeenSet() const
void SetBotVersion(BotVersionT &&value)
bool NextTokenHasBeenSet() const
ListRecommendedIntentsRequest & WithBotId(BotIdT &&value)
bool LocaleIdHasBeenSet() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
void SetLocaleId(LocaleIdT &&value)
ListRecommendedIntentsRequest & WithMaxResults(int value)
ListRecommendedIntentsRequest & WithBotRecommendationId(BotRecommendationIdT &&value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool BotRecommendationIdHasBeenSet() const
void SetBotId(BotIdT &&value)
const Aws::String & GetBotVersion() const
const Aws::String & GetBotId() const
bool BotVersionHasBeenSet() const
const Aws::String & GetLocaleId() const
ListRecommendedIntentsRequest & WithLocaleId(LocaleIdT &&value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String