7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
57 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
71 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
86 inline void SetBotRecommendationId(
const char* value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId.assign(value); }
103 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
117 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
123 bool m_botIdHasBeenSet =
false;
126 bool m_botVersionHasBeenSet =
false;
129 bool m_localeIdHasBeenSet =
false;
132 bool m_botRecommendationIdHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
138 bool m_maxResultsHasBeenSet =
false;
ListRecommendedIntentsRequest & WithBotRecommendationId(const char *value)
void SetLocaleId(Aws::String &&value)
AWS_LEXMODELSV2_API ListRecommendedIntentsRequest()
void SetBotVersion(const Aws::String &value)
ListRecommendedIntentsRequest & WithBotVersion(const char *value)
void SetLocaleId(const Aws::String &value)
ListRecommendedIntentsRequest & WithLocaleId(const char *value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
const Aws::String & GetBotRecommendationId() const
void SetBotRecommendationId(const Aws::String &value)
int GetMaxResults() const
void SetNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
ListRecommendedIntentsRequest & WithBotId(const char *value)
ListRecommendedIntentsRequest & WithBotId(Aws::String &&value)
bool BotIdHasBeenSet() const
void SetBotRecommendationId(const char *value)
ListRecommendedIntentsRequest & WithBotRecommendationId(Aws::String &&value)
bool NextTokenHasBeenSet() const
ListRecommendedIntentsRequest & WithBotId(const Aws::String &value)
bool LocaleIdHasBeenSet() const
void SetBotVersion(const char *value)
void SetLocaleId(const char *value)
ListRecommendedIntentsRequest & WithNextToken(const char *value)
void SetBotId(Aws::String &&value)
void SetNextToken(Aws::String &&value)
ListRecommendedIntentsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
bool MaxResultsHasBeenSet() const
bool BotRecommendationIdHasBeenSet() const
ListRecommendedIntentsRequest & WithLocaleId(Aws::String &&value)
void SetBotId(const char *value)
ListRecommendedIntentsRequest & WithNextToken(Aws::String &&value)
void SetBotId(const Aws::String &value)
ListRecommendedIntentsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetBotVersion() const
void SetBotRecommendationId(Aws::String &&value)
const Aws::String & GetBotId() const
bool BotVersionHasBeenSet() const
ListRecommendedIntentsRequest & WithBotVersion(Aws::String &&value)
ListRecommendedIntentsRequest & WithBotRecommendationId(const Aws::String &value)
const Aws::String & GetLocaleId() const
ListRecommendedIntentsRequest & WithLocaleId(const Aws::String &value)
ListRecommendedIntentsRequest & WithBotVersion(const Aws::String &value)
void SetBotVersion(Aws::String &&value)
void SetNextToken(const char *value)
void SetMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String