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>
47 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
62 inline void SetBotAliasId(
const char* value) { m_botAliasIdHasBeenSet =
true; m_botAliasId.assign(value); }
77 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
94 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
152 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
167 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
175 bool m_botIdHasBeenSet =
false;
178 bool m_botAliasIdHasBeenSet =
false;
181 bool m_botVersionHasBeenSet =
false;
184 bool m_localeIdHasBeenSet =
false;
187 bool m_aggregationDurationHasBeenSet =
false;
190 bool m_sortByHasBeenSet =
false;
193 bool m_filtersHasBeenSet =
false;
196 bool m_maxResultsHasBeenSet =
false;
199 bool m_nextTokenHasBeenSet =
false;
int GetMaxResults() const
const Aws::Vector< AggregatedUtterancesFilter > & GetFilters() const
ListAggregatedUtterancesRequest & WithNextToken(Aws::String &&value)
bool BotIdHasBeenSet() const
ListAggregatedUtterancesRequest & WithNextToken(const Aws::String &value)
ListAggregatedUtterancesRequest & WithLocaleId(const char *value)
bool FiltersHasBeenSet() const
bool SortByHasBeenSet() const
void SetSortBy(const AggregatedUtterancesSortBy &value)
ListAggregatedUtterancesRequest & WithNextToken(const char *value)
void SetBotVersion(Aws::String &&value)
ListAggregatedUtterancesRequest & WithBotId(const char *value)
bool BotVersionHasBeenSet() const
const Aws::String & GetBotAliasId() const
ListAggregatedUtterancesRequest & WithBotId(Aws::String &&value)
void SetBotVersion(const char *value)
void SetFilters(Aws::Vector< AggregatedUtterancesFilter > &&value)
const Aws::String & GetBotVersion() const
bool LocaleIdHasBeenSet() const
ListAggregatedUtterancesRequest & AddFilters(const AggregatedUtterancesFilter &value)
bool BotAliasIdHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListAggregatedUtterancesRequest & WithBotVersion(const Aws::String &value)
ListAggregatedUtterancesRequest & WithSortBy(const AggregatedUtterancesSortBy &value)
ListAggregatedUtterancesRequest & WithAggregationDuration(UtteranceAggregationDuration &&value)
ListAggregatedUtterancesRequest & WithBotAliasId(const Aws::String &value)
const Aws::String & GetBotId() const
ListAggregatedUtterancesRequest & WithSortBy(AggregatedUtterancesSortBy &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetNextToken(const char *value)
bool AggregationDurationHasBeenSet() const
const AggregatedUtterancesSortBy & GetSortBy() const
void SetAggregationDuration(UtteranceAggregationDuration &&value)
void SetAggregationDuration(const UtteranceAggregationDuration &value)
ListAggregatedUtterancesRequest & WithAggregationDuration(const UtteranceAggregationDuration &value)
void SetBotVersion(const Aws::String &value)
ListAggregatedUtterancesRequest & WithBotId(const Aws::String &value)
const UtteranceAggregationDuration & GetAggregationDuration() const
ListAggregatedUtterancesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetBotId(const char *value)
const Aws::String & GetLocaleId() const
ListAggregatedUtterancesRequest & WithFilters(const Aws::Vector< AggregatedUtterancesFilter > &value)
void SetSortBy(AggregatedUtterancesSortBy &&value)
void SetBotAliasId(Aws::String &&value)
ListAggregatedUtterancesRequest & WithLocaleId(const Aws::String &value)
bool MaxResultsHasBeenSet() const
void SetBotAliasId(const char *value)
const Aws::String & GetNextToken() const
ListAggregatedUtterancesRequest & WithLocaleId(Aws::String &&value)
void SetMaxResults(int value)
void SetBotAliasId(const Aws::String &value)
void SetLocaleId(const Aws::String &value)
AWS_LEXMODELSV2_API ListAggregatedUtterancesRequest()
ListAggregatedUtterancesRequest & WithFilters(Aws::Vector< AggregatedUtterancesFilter > &&value)
void SetLocaleId(const char *value)
ListAggregatedUtterancesRequest & WithBotAliasId(const char *value)
void SetNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
void SetFilters(const Aws::Vector< AggregatedUtterancesFilter > &value)
ListAggregatedUtterancesRequest & WithBotVersion(Aws::String &&value)
ListAggregatedUtterancesRequest & AddFilters(AggregatedUtterancesFilter &&value)
void SetLocaleId(Aws::String &&value)
ListAggregatedUtterancesRequest & WithBotAliasId(Aws::String &&value)
void SetBotId(Aws::String &&value)
void SetBotId(const Aws::String &value)
ListAggregatedUtterancesRequest & WithBotVersion(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector