7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/lexv2-models/LexModelsV2Request.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/IntentFilter.h>
12#include <aws/lexv2-models/model/IntentSortBy.h>
17namespace LexModelsV2 {
40 template <
typename BotIdT = Aws::String>
42 m_botIdHasBeenSet =
true;
43 m_botId = std::forward<BotIdT>(value);
45 template <
typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
58 template <
typename BotVersionT = Aws::String>
60 m_botVersionHasBeenSet =
true;
61 m_botVersion = std::forward<BotVersionT>(value);
63 template <
typename BotVersionT = Aws::String>
79 template <
typename LocaleIdT = Aws::String>
81 m_localeIdHasBeenSet =
true;
82 m_localeId = std::forward<LocaleIdT>(value);
84 template <
typename LocaleIdT = Aws::String>
99 template <
typename SortByT = IntentSortBy>
101 m_sortByHasBeenSet =
true;
102 m_sortBy = std::forward<SortByT>(value);
104 template <
typename SortByT = IntentSortBy>
119 template <
typename FiltersT = Aws::Vector<IntentFilter>>
121 m_filtersHasBeenSet =
true;
122 m_filters = std::forward<FiltersT>(value);
124 template <
typename FiltersT = Aws::Vector<IntentFilter>>
129 template <
typename FiltersT = IntentFilter>
131 m_filtersHasBeenSet =
true;
132 m_filters.emplace_back(std::forward<FiltersT>(value));
146 m_maxResultsHasBeenSet =
true;
147 m_maxResults = value;
167 template <
typename NextTokenT = Aws::String>
169 m_nextTokenHasBeenSet =
true;
170 m_nextToken = std::forward<NextTokenT>(value);
172 template <
typename NextTokenT = Aws::String>
192 bool m_botIdHasBeenSet =
false;
193 bool m_botVersionHasBeenSet =
false;
194 bool m_localeIdHasBeenSet =
false;
195 bool m_sortByHasBeenSet =
false;
196 bool m_filtersHasBeenSet =
false;
197 bool m_maxResultsHasBeenSet =
false;
198 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