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/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/AnalyticsUtteranceMetric.h>
13#include <aws/lexv2-models/model/AnalyticsBinBySpecification.h>
14#include <aws/lexv2-models/model/AnalyticsUtteranceGroupBySpecification.h>
15#include <aws/lexv2-models/model/AnalyticsUtteranceAttribute.h>
16#include <aws/lexv2-models/model/AnalyticsUtteranceFilter.h>
49 template<
typename BotIdT = Aws::String>
50 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
51 template<
typename BotIdT = Aws::String>
62 template<
typename StartDateTimeT = Aws::Utils::DateTime>
63 void SetStartDateTime(StartDateTimeT&& value) { m_startDateTimeHasBeenSet =
true; m_startDateTime = std::forward<StartDateTimeT>(value); }
64 template<
typename StartDateTimeT = Aws::Utils::DateTime>
75 template<
typename EndDateTimeT = Aws::Utils::DateTime>
76 void SetEndDateTime(EndDateTimeT&& value) { m_endDateTimeHasBeenSet =
true; m_endDateTime = std::forward<EndDateTimeT>(value); }
77 template<
typename EndDateTimeT = Aws::Utils::DateTime>
89 template<
typename MetricsT = Aws::Vector<AnalyticsUtteranceMetric>>
90 void SetMetrics(MetricsT&& value) { m_metricsHasBeenSet =
true; m_metrics = std::forward<MetricsT>(value); }
91 template<
typename MetricsT = Aws::Vector<AnalyticsUtteranceMetric>>
93 template<
typename MetricsT = AnalyticsUtteranceMetric>
104 template<
typename BinByT = Aws::Vector<AnalyticsBinBySpecification>>
105 void SetBinBy(BinByT&& value) { m_binByHasBeenSet =
true; m_binBy = std::forward<BinByT>(value); }
106 template<
typename BinByT = Aws::Vector<AnalyticsBinBySpecification>>
108 template<
typename BinByT = AnalyticsBinBySpecification>
124 template<
typename GroupByT = Aws::Vector<AnalyticsUtteranceGroupBySpecification>>
125 void SetGroupBy(GroupByT&& value) { m_groupByHasBeenSet =
true; m_groupBy = std::forward<GroupByT>(value); }
126 template<
typename GroupByT = Aws::Vector<AnalyticsUtteranceGroupBySpecification>>
128 template<
typename GroupByT = AnalyticsUtteranceGroupBySpecification>
141 template<
typename AttributesT = Aws::Vector<AnalyticsUtteranceAttribute>>
142 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
143 template<
typename AttributesT = Aws::Vector<AnalyticsUtteranceAttribute>>
145 template<
typename AttributesT = AnalyticsUtteranceAttribute>
156 template<
typename FiltersT = Aws::Vector<AnalyticsUtteranceFilter>>
157 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
158 template<
typename FiltersT = Aws::Vector<AnalyticsUtteranceFilter>>
160 template<
typename FiltersT = AnalyticsUtteranceFilter>
172 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
187 template<
typename NextTokenT = Aws::String>
188 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
189 template<
typename NextTokenT = Aws::String>
195 bool m_botIdHasBeenSet =
false;
198 bool m_startDateTimeHasBeenSet =
false;
201 bool m_endDateTimeHasBeenSet =
false;
204 bool m_metricsHasBeenSet =
false;
207 bool m_binByHasBeenSet =
false;
210 bool m_groupByHasBeenSet =
false;
213 bool m_attributesHasBeenSet =
false;
216 bool m_filtersHasBeenSet =
false;
219 bool m_maxResultsHasBeenSet =
false;
222 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
void SetAttributes(AttributesT &&value)
const Aws::Vector< AnalyticsUtteranceMetric > & GetMetrics() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
AWS_LEXMODELSV2_API ListUtteranceMetricsRequest()=default
ListUtteranceMetricsRequest & AddAttributes(AttributesT &&value)
const Aws::String & GetNextToken() const
bool BinByHasBeenSet() const
ListUtteranceMetricsRequest & WithNextToken(NextTokenT &&value)
ListUtteranceMetricsRequest & WithBinBy(BinByT &&value)
ListUtteranceMetricsRequest & WithAttributes(AttributesT &&value)
void SetBotId(BotIdT &&value)
const Aws::Vector< AnalyticsUtteranceGroupBySpecification > & GetGroupBy() const
ListUtteranceMetricsRequest & AddMetrics(MetricsT &&value)
bool MetricsHasBeenSet() const
bool BotIdHasBeenSet() const
bool AttributesHasBeenSet() const
ListUtteranceMetricsRequest & WithGroupBy(GroupByT &&value)
ListUtteranceMetricsRequest & WithStartDateTime(StartDateTimeT &&value)
void SetFilters(FiltersT &&value)
const Aws::Vector< AnalyticsUtteranceFilter > & GetFilters() const
bool MaxResultsHasBeenSet() const
bool GroupByHasBeenSet() const
ListUtteranceMetricsRequest & WithFilters(FiltersT &&value)
void SetMetrics(MetricsT &&value)
void SetGroupBy(GroupByT &&value)
bool FiltersHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListUtteranceMetricsRequest & WithMetrics(MetricsT &&value)
ListUtteranceMetricsRequest & WithEndDateTime(EndDateTimeT &&value)
const Aws::Utils::DateTime & GetStartDateTime() const
const Aws::Vector< AnalyticsUtteranceAttribute > & GetAttributes() const
ListUtteranceMetricsRequest & AddBinBy(BinByT &&value)
void SetBinBy(BinByT &&value)
void SetStartDateTime(StartDateTimeT &&value)
const Aws::Utils::DateTime & GetEndDateTime() const
ListUtteranceMetricsRequest & AddFilters(FiltersT &&value)
ListUtteranceMetricsRequest & WithMaxResults(int value)
ListUtteranceMetricsRequest & WithBotId(BotIdT &&value)
bool EndDateTimeHasBeenSet() const
void SetEndDateTime(EndDateTimeT &&value)
bool StartDateTimeHasBeenSet() const
ListUtteranceMetricsRequest & AddGroupBy(GroupByT &&value)
const Aws::Vector< AnalyticsBinBySpecification > & GetBinBy() const
const Aws::String & GetBotId() const
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector