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>
44 template<
typename BotIdT = Aws::String>
45 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
46 template<
typename BotIdT = Aws::String>
56 template<
typename BotVersionT = Aws::String>
57 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
58 template<
typename BotVersionT = Aws::String>
71 template<
typename LocaleIdT = Aws::String>
72 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
73 template<
typename LocaleIdT = Aws::String>
85 template<
typename SortByT = IntentSortBy>
86 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
87 template<
typename SortByT = IntentSortBy>
99 template<
typename FiltersT = Aws::Vector<IntentFilter>>
100 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
101 template<
typename FiltersT = Aws::Vector<IntentFilter>>
103 template<
typename FiltersT = IntentFilter>
115 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
131 template<
typename NextTokenT = Aws::String>
132 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
133 template<
typename NextTokenT = Aws::String>
139 bool m_botIdHasBeenSet =
false;
142 bool m_botVersionHasBeenSet =
false;
145 bool m_localeIdHasBeenSet =
false;
148 bool m_sortByHasBeenSet =
false;
151 bool m_filtersHasBeenSet =
false;
154 bool m_maxResultsHasBeenSet =
false;
157 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool LocaleIdHasBeenSet() const
ListIntentsRequest & WithSortBy(SortByT &&value)
void SetBotId(BotIdT &&value)
ListIntentsRequest & WithBotId(BotIdT &&value)
ListIntentsRequest & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
void SetFilters(FiltersT &&value)
void SetMaxResults(int value)
AWS_LEXMODELSV2_API ListIntentsRequest()=default
void SetBotVersion(BotVersionT &&value)
bool SortByHasBeenSet() const
bool FiltersHasBeenSet() const
const Aws::String & GetBotVersion() const
int GetMaxResults() const
const Aws::Vector< IntentFilter > & GetFilters() const
const Aws::String & GetBotId() const
ListIntentsRequest & WithMaxResults(int value)
ListIntentsRequest & AddFilters(FiltersT &&value)
void SetSortBy(SortByT &&value)
void SetLocaleId(LocaleIdT &&value)
ListIntentsRequest & WithNextToken(NextTokenT &&value)
ListIntentsRequest & WithLocaleId(LocaleIdT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetLocaleId() const
ListIntentsRequest & WithFilters(FiltersT &&value)
bool BotIdHasBeenSet() const
bool NextTokenHasBeenSet() const
bool BotVersionHasBeenSet() const
const IntentSortBy & GetSortBy() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector