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/BotLocaleSortBy.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/BotLocaleFilter.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>
69 template<
typename SortByT = BotLocaleSortBy>
70 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
71 template<
typename SortByT = BotLocaleSortBy>
83 template<
typename FiltersT = Aws::Vector<BotLocaleFilter>>
84 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
85 template<
typename FiltersT = Aws::Vector<BotLocaleFilter>>
87 template<
typename FiltersT = BotLocaleFilter>
99 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
112 template<
typename NextTokenT = Aws::String>
113 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
114 template<
typename NextTokenT = Aws::String>
120 bool m_botIdHasBeenSet =
false;
123 bool m_botVersionHasBeenSet =
false;
126 bool m_sortByHasBeenSet =
false;
129 bool m_filtersHasBeenSet =
false;
132 bool m_maxResultsHasBeenSet =
false;
135 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetBotVersion() const
void SetFilters(FiltersT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBotId() const
void SetBotId(BotIdT &&value)
bool NextTokenHasBeenSet() const
ListBotLocalesRequest & AddFilters(FiltersT &&value)
ListBotLocalesRequest & WithBotVersion(BotVersionT &&value)
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
const Aws::Vector< BotLocaleFilter > & GetFilters() const
const Aws::String & GetNextToken() const
ListBotLocalesRequest & WithSortBy(SortByT &&value)
bool BotIdHasBeenSet() const
void SetMaxResults(int value)
void SetSortBy(SortByT &&value)
ListBotLocalesRequest & WithNextToken(NextTokenT &&value)
bool FiltersHasBeenSet() const
bool SortByHasBeenSet() const
const BotLocaleSortBy & GetSortBy() const
int GetMaxResults() const
void SetBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API ListBotLocalesRequest()=default
ListBotLocalesRequest & WithBotId(BotIdT &&value)
ListBotLocalesRequest & WithMaxResults(int value)
ListBotLocalesRequest & WithFilters(FiltersT &&value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector