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/UtteranceAggregationDuration.h>
11#include <aws/lexv2-models/model/AggregatedUtterancesSortBy.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/lexv2-models/model/AggregatedUtterancesFilter.h>
45 template<
typename BotIdT = Aws::String>
46 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
47 template<
typename BotIdT = Aws::String>
58 template<
typename BotAliasIdT = Aws::String>
59 void SetBotAliasId(BotAliasIdT&& value) { m_botAliasIdHasBeenSet =
true; m_botAliasId = std::forward<BotAliasIdT>(value); }
60 template<
typename BotAliasIdT = Aws::String>
71 template<
typename BotVersionT = Aws::String>
72 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
73 template<
typename BotVersionT = Aws::String>
86 template<
typename LocaleIdT = Aws::String>
87 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
88 template<
typename LocaleIdT = Aws::String>
99 template<
typename AggregationDurationT = UtteranceAggregationDuration>
100 void SetAggregationDuration(AggregationDurationT&& value) { m_aggregationDurationHasBeenSet =
true; m_aggregationDuration = std::forward<AggregationDurationT>(value); }
101 template<
typename AggregationDurationT = UtteranceAggregationDuration>
113 template<
typename SortByT = AggregatedUtterancesSortBy>
114 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
115 template<
typename SortByT = AggregatedUtterancesSortBy>
127 template<
typename FiltersT = Aws::Vector<AggregatedUtterancesFilter>>
128 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
129 template<
typename FiltersT = Aws::Vector<AggregatedUtterancesFilter>>
131 template<
typename FiltersT = AggregatedUtterancesFilter>
144 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
157 template<
typename NextTokenT = Aws::String>
158 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
159 template<
typename NextTokenT = Aws::String>
165 bool m_botIdHasBeenSet =
false;
168 bool m_botAliasIdHasBeenSet =
false;
171 bool m_botVersionHasBeenSet =
false;
174 bool m_localeIdHasBeenSet =
false;
177 bool m_aggregationDurationHasBeenSet =
false;
180 bool m_sortByHasBeenSet =
false;
183 bool m_filtersHasBeenSet =
false;
186 bool m_maxResultsHasBeenSet =
false;
189 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
const Aws::Vector< AggregatedUtterancesFilter > & GetFilters() const
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API ListAggregatedUtterancesRequest()=default
ListAggregatedUtterancesRequest & AddFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
bool SortByHasBeenSet() const
bool BotVersionHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetBotAliasId() const
const Aws::String & GetBotVersion() const
bool LocaleIdHasBeenSet() const
void SetFilters(FiltersT &&value)
bool BotAliasIdHasBeenSet() const
void SetBotAliasId(BotAliasIdT &&value)
void SetAggregationDuration(AggregationDurationT &&value)
ListAggregatedUtterancesRequest & WithBotVersion(BotVersionT &&value)
ListAggregatedUtterancesRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetBotId() const
ListAggregatedUtterancesRequest & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
bool AggregationDurationHasBeenSet() const
const AggregatedUtterancesSortBy & GetSortBy() const
ListAggregatedUtterancesRequest & WithBotAliasId(BotAliasIdT &&value)
void SetBotId(BotIdT &&value)
const UtteranceAggregationDuration & GetAggregationDuration() const
ListAggregatedUtterancesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
ListAggregatedUtterancesRequest & WithSortBy(SortByT &&value)
const Aws::String & GetLocaleId() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
void SetBotVersion(BotVersionT &&value)
ListAggregatedUtterancesRequest & WithAggregationDuration(AggregationDurationT &&value)
ListAggregatedUtterancesRequest & WithBotId(BotIdT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListAggregatedUtterancesRequest & WithFilters(FiltersT &&value)
void SetSortBy(SortByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector