7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename BotIdT = Aws::String>
43 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
44 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>
66 template<
typename LocaleIdT = Aws::String>
67 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
68 template<
typename LocaleIdT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
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>
101 bool m_botIdHasBeenSet =
false;
104 bool m_botVersionHasBeenSet =
false;
107 bool m_localeIdHasBeenSet =
false;
110 bool m_maxResultsHasBeenSet =
false;
113 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
void SetBotId(BotIdT &&value)
int GetMaxResults() const
const Aws::String & GetBotVersion() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
ListBotRecommendationsRequest & WithNextToken(NextTokenT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetLocaleId() const
bool NextTokenHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
ListBotRecommendationsRequest & WithMaxResults(int value)
bool BotVersionHasBeenSet() const
ListBotRecommendationsRequest & WithBotVersion(BotVersionT &&value)
void SetLocaleId(LocaleIdT &&value)
ListBotRecommendationsRequest & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API ListBotRecommendationsRequest()=default
bool BotIdHasBeenSet() const
const Aws::String & GetBotId() const
ListBotRecommendationsRequest & WithBotId(BotIdT &&value)
void SetBotVersion(BotVersionT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String