7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
51 template<
typename UtteranceT = Aws::String>
52 void SetUtterance(UtteranceT&& value) { m_utteranceHasBeenSet =
true; m_utterance = std::forward<UtteranceT>(value); }
53 template<
typename UtteranceT = Aws::String>
65 inline void SetHitCount(
int value) { m_hitCountHasBeenSet =
true; m_hitCount = value; }
76 inline void SetMissedCount(
int value) { m_missedCountHasBeenSet =
true; m_missedCount = value; }
88 template<
typename UtteranceFirstRecordedInAggregationDurationT = Aws::Utils::DateTime>
89 void SetUtteranceFirstRecordedInAggregationDuration(UtteranceFirstRecordedInAggregationDurationT&& value) { m_utteranceFirstRecordedInAggregationDurationHasBeenSet =
true; m_utteranceFirstRecordedInAggregationDuration = std::forward<UtteranceFirstRecordedInAggregationDurationT>(value); }
90 template<
typename UtteranceFirstRecordedInAggregationDurationT = Aws::Utils::DateTime>
102 template<
typename UtteranceLastRecordedInAggregationDurationT = Aws::Utils::DateTime>
103 void SetUtteranceLastRecordedInAggregationDuration(UtteranceLastRecordedInAggregationDurationT&& value) { m_utteranceLastRecordedInAggregationDurationHasBeenSet =
true; m_utteranceLastRecordedInAggregationDuration = std::forward<UtteranceLastRecordedInAggregationDurationT>(value); }
104 template<
typename UtteranceLastRecordedInAggregationDurationT = Aws::Utils::DateTime>
122 bool m_utteranceHasBeenSet =
false;
125 bool m_hitCountHasBeenSet =
false;
127 int m_missedCount{0};
128 bool m_missedCountHasBeenSet =
false;
131 bool m_utteranceFirstRecordedInAggregationDurationHasBeenSet =
false;
134 bool m_utteranceLastRecordedInAggregationDurationHasBeenSet =
false;
136 bool m_containsDataFromDeletedResources{
false};
137 bool m_containsDataFromDeletedResourcesHasBeenSet =
false;
void SetContainsDataFromDeletedResources(bool value)
int GetMissedCount() const
AggregatedUtterancesSummary & WithContainsDataFromDeletedResources(bool value)
bool ContainsDataFromDeletedResourcesHasBeenSet() const
AggregatedUtterancesSummary & WithHitCount(int value)
void SetUtterance(UtteranceT &&value)
AggregatedUtterancesSummary & WithMissedCount(int value)
const Aws::Utils::DateTime & GetUtteranceFirstRecordedInAggregationDuration() const
bool HitCountHasBeenSet() const
const Aws::Utils::DateTime & GetUtteranceLastRecordedInAggregationDuration() const
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUtteranceFirstRecordedInAggregationDuration(UtteranceFirstRecordedInAggregationDurationT &&value)
AggregatedUtterancesSummary & WithUtteranceFirstRecordedInAggregationDuration(UtteranceFirstRecordedInAggregationDurationT &&value)
void SetMissedCount(int value)
bool UtteranceHasBeenSet() const
const Aws::String & GetUtterance() const
AggregatedUtterancesSummary & WithUtteranceLastRecordedInAggregationDuration(UtteranceLastRecordedInAggregationDurationT &&value)
bool UtteranceLastRecordedInAggregationDurationHasBeenSet() const
void SetHitCount(int value)
bool GetContainsDataFromDeletedResources() const
AWS_LEXMODELSV2_API AggregatedUtterancesSummary()=default
bool UtteranceFirstRecordedInAggregationDurationHasBeenSet() const
bool MissedCountHasBeenSet() const
AWS_LEXMODELSV2_API AggregatedUtterancesSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AggregatedUtterancesSummary & WithUtterance(UtteranceT &&value)
AWS_LEXMODELSV2_API AggregatedUtterancesSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUtteranceLastRecordedInAggregationDuration(UtteranceLastRecordedInAggregationDurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue