7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lexv2-models/model/IntentSortBy.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/IntentFilter.h>
46 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
60 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
77 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
121 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
139 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
147 bool m_botIdHasBeenSet =
false;
150 bool m_botVersionHasBeenSet =
false;
153 bool m_localeIdHasBeenSet =
false;
156 bool m_sortByHasBeenSet =
false;
159 bool m_filtersHasBeenSet =
false;
162 bool m_maxResultsHasBeenSet =
false;
165 bool m_nextTokenHasBeenSet =
false;
ListIntentsRequest & WithBotId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool LocaleIdHasBeenSet() const
void SetNextToken(Aws::String &&value)
ListIntentsRequest & WithNextToken(Aws::String &&value)
ListIntentsRequest & WithFilters(Aws::Vector< IntentFilter > &&value)
void SetNextToken(const char *value)
void SetSortBy(const IntentSortBy &value)
ListIntentsRequest & WithBotVersion(const char *value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
AWS_LEXMODELSV2_API ListIntentsRequest()
bool MaxResultsHasBeenSet() const
void SetBotVersion(Aws::String &&value)
void SetFilters(Aws::Vector< IntentFilter > &&value)
void SetMaxResults(int value)
ListIntentsRequest & WithSortBy(const IntentSortBy &value)
ListIntentsRequest & WithBotId(const char *value)
void SetBotVersion(const char *value)
ListIntentsRequest & WithFilters(const Aws::Vector< IntentFilter > &value)
bool SortByHasBeenSet() const
ListIntentsRequest & WithBotVersion(const Aws::String &value)
bool FiltersHasBeenSet() const
const Aws::String & GetBotVersion() const
int GetMaxResults() const
void SetBotId(Aws::String &&value)
void SetLocaleId(const Aws::String &value)
void SetBotId(const Aws::String &value)
const Aws::Vector< IntentFilter > & GetFilters() const
const Aws::String & GetBotId() const
void SetNextToken(const Aws::String &value)
ListIntentsRequest & WithMaxResults(int value)
void SetFilters(const Aws::Vector< IntentFilter > &value)
void SetLocaleId(Aws::String &&value)
ListIntentsRequest & WithNextToken(const char *value)
void SetSortBy(IntentSortBy &&value)
ListIntentsRequest & WithLocaleId(const char *value)
ListIntentsRequest & WithBotId(Aws::String &&value)
ListIntentsRequest & AddFilters(IntentFilter &&value)
ListIntentsRequest & AddFilters(const IntentFilter &value)
ListIntentsRequest & WithSortBy(IntentSortBy &&value)
ListIntentsRequest & WithBotVersion(Aws::String &&value)
ListIntentsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
const Aws::String & GetLocaleId() const
void SetLocaleId(const char *value)
bool BotIdHasBeenSet() const
bool NextTokenHasBeenSet() const
bool BotVersionHasBeenSet() const
const IntentSortBy & GetSortBy() const
ListIntentsRequest & WithLocaleId(const Aws::String &value)
void SetBotId(const char *value)
void SetBotVersion(const Aws::String &value)
ListIntentsRequest & WithLocaleId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector