AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListAggregatedUtterancesResult.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/UtteranceAggregationDuration.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/lexv2-models/model/AggregatedUtterancesSummary.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace LexModelsV2
28{
29namespace Model
30{
32 {
33 public:
34 AWS_LEXMODELSV2_API ListAggregatedUtterancesResult();
37
38
40
43 inline const Aws::String& GetBotId() const{ return m_botId; }
44 inline void SetBotId(const Aws::String& value) { m_botId = value; }
45 inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); }
46 inline void SetBotId(const char* value) { m_botId.assign(value); }
47 inline ListAggregatedUtterancesResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
48 inline ListAggregatedUtterancesResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
49 inline ListAggregatedUtterancesResult& WithBotId(const char* value) { SetBotId(value); return *this;}
51
53
57 inline const Aws::String& GetBotAliasId() const{ return m_botAliasId; }
58 inline void SetBotAliasId(const Aws::String& value) { m_botAliasId = value; }
59 inline void SetBotAliasId(Aws::String&& value) { m_botAliasId = std::move(value); }
60 inline void SetBotAliasId(const char* value) { m_botAliasId.assign(value); }
61 inline ListAggregatedUtterancesResult& WithBotAliasId(const Aws::String& value) { SetBotAliasId(value); return *this;}
62 inline ListAggregatedUtterancesResult& WithBotAliasId(Aws::String&& value) { SetBotAliasId(std::move(value)); return *this;}
63 inline ListAggregatedUtterancesResult& WithBotAliasId(const char* value) { SetBotAliasId(value); return *this;}
65
67
71 inline const Aws::String& GetBotVersion() const{ return m_botVersion; }
72 inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; }
73 inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); }
74 inline void SetBotVersion(const char* value) { m_botVersion.assign(value); }
75 inline ListAggregatedUtterancesResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
76 inline ListAggregatedUtterancesResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
77 inline ListAggregatedUtterancesResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
79
81
84 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
85 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
86 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
87 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
88 inline ListAggregatedUtterancesResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
89 inline ListAggregatedUtterancesResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
90 inline ListAggregatedUtterancesResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
92
94
97 inline const UtteranceAggregationDuration& GetAggregationDuration() const{ return m_aggregationDuration; }
98 inline void SetAggregationDuration(const UtteranceAggregationDuration& value) { m_aggregationDuration = value; }
99 inline void SetAggregationDuration(UtteranceAggregationDuration&& value) { m_aggregationDuration = std::move(value); }
103
105
109 inline const Aws::Utils::DateTime& GetAggregationWindowStartTime() const{ return m_aggregationWindowStartTime; }
110 inline void SetAggregationWindowStartTime(const Aws::Utils::DateTime& value) { m_aggregationWindowStartTime = value; }
111 inline void SetAggregationWindowStartTime(Aws::Utils::DateTime&& value) { m_aggregationWindowStartTime = std::move(value); }
115
117
121 inline const Aws::Utils::DateTime& GetAggregationWindowEndTime() const{ return m_aggregationWindowEndTime; }
122 inline void SetAggregationWindowEndTime(const Aws::Utils::DateTime& value) { m_aggregationWindowEndTime = value; }
123 inline void SetAggregationWindowEndTime(Aws::Utils::DateTime&& value) { m_aggregationWindowEndTime = std::move(value); }
127
129
137 inline const Aws::Utils::DateTime& GetAggregationLastRefreshedDateTime() const{ return m_aggregationLastRefreshedDateTime; }
138 inline void SetAggregationLastRefreshedDateTime(const Aws::Utils::DateTime& value) { m_aggregationLastRefreshedDateTime = value; }
139 inline void SetAggregationLastRefreshedDateTime(Aws::Utils::DateTime&& value) { m_aggregationLastRefreshedDateTime = std::move(value); }
143
145
151 inline const Aws::Vector<AggregatedUtterancesSummary>& GetAggregatedUtterancesSummaries() const{ return m_aggregatedUtterancesSummaries; }
152 inline void SetAggregatedUtterancesSummaries(const Aws::Vector<AggregatedUtterancesSummary>& value) { m_aggregatedUtterancesSummaries = value; }
153 inline void SetAggregatedUtterancesSummaries(Aws::Vector<AggregatedUtterancesSummary>&& value) { m_aggregatedUtterancesSummaries = std::move(value); }
156 inline ListAggregatedUtterancesResult& AddAggregatedUtterancesSummaries(const AggregatedUtterancesSummary& value) { m_aggregatedUtterancesSummaries.push_back(value); return *this; }
157 inline ListAggregatedUtterancesResult& AddAggregatedUtterancesSummaries(AggregatedUtterancesSummary&& value) { m_aggregatedUtterancesSummaries.push_back(std::move(value)); return *this; }
159
161
168 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
169 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
170 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
171 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
172 inline ListAggregatedUtterancesResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
173 inline ListAggregatedUtterancesResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
174 inline ListAggregatedUtterancesResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
176
178
179 inline const Aws::String& GetRequestId() const{ return m_requestId; }
180 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
181 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
182 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
183 inline ListAggregatedUtterancesResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
184 inline ListAggregatedUtterancesResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
185 inline ListAggregatedUtterancesResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
187 private:
188
189 Aws::String m_botId;
190
191 Aws::String m_botAliasId;
192
193 Aws::String m_botVersion;
194
195 Aws::String m_localeId;
196
197 UtteranceAggregationDuration m_aggregationDuration;
198
199 Aws::Utils::DateTime m_aggregationWindowStartTime;
200
201 Aws::Utils::DateTime m_aggregationWindowEndTime;
202
203 Aws::Utils::DateTime m_aggregationLastRefreshedDateTime;
204
205 Aws::Vector<AggregatedUtterancesSummary> m_aggregatedUtterancesSummaries;
206
207 Aws::String m_nextToken;
208
209 Aws::String m_requestId;
210 };
211
212} // namespace Model
213} // namespace LexModelsV2
214} // namespace Aws
void SetAggregatedUtterancesSummaries(const Aws::Vector< AggregatedUtterancesSummary > &value)
ListAggregatedUtterancesResult & WithLocaleId(const char *value)
ListAggregatedUtterancesResult & WithAggregationLastRefreshedDateTime(Aws::Utils::DateTime &&value)
ListAggregatedUtterancesResult & WithAggregatedUtterancesSummaries(Aws::Vector< AggregatedUtterancesSummary > &&value)
ListAggregatedUtterancesResult & WithBotVersion(const char *value)
ListAggregatedUtterancesResult & AddAggregatedUtterancesSummaries(AggregatedUtterancesSummary &&value)
ListAggregatedUtterancesResult & WithAggregationWindowStartTime(const Aws::Utils::DateTime &value)
ListAggregatedUtterancesResult & WithRequestId(const Aws::String &value)
ListAggregatedUtterancesResult & WithAggregationDuration(const UtteranceAggregationDuration &value)
ListAggregatedUtterancesResult & WithBotVersion(const Aws::String &value)
ListAggregatedUtterancesResult & WithAggregationWindowEndTime(Aws::Utils::DateTime &&value)
ListAggregatedUtterancesResult & WithAggregationLastRefreshedDateTime(const Aws::Utils::DateTime &value)
ListAggregatedUtterancesResult & WithBotAliasId(const Aws::String &value)
ListAggregatedUtterancesResult & WithLocaleId(Aws::String &&value)
AWS_LEXMODELSV2_API ListAggregatedUtterancesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAggregationDuration(const UtteranceAggregationDuration &value)
ListAggregatedUtterancesResult & WithAggregationWindowEndTime(const Aws::Utils::DateTime &value)
ListAggregatedUtterancesResult & WithBotAliasId(const char *value)
ListAggregatedUtterancesResult & WithBotVersion(Aws::String &&value)
AWS_LEXMODELSV2_API ListAggregatedUtterancesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListAggregatedUtterancesResult & AddAggregatedUtterancesSummaries(const AggregatedUtterancesSummary &value)
ListAggregatedUtterancesResult & WithAggregationDuration(UtteranceAggregationDuration &&value)
ListAggregatedUtterancesResult & WithBotAliasId(Aws::String &&value)
ListAggregatedUtterancesResult & WithRequestId(Aws::String &&value)
ListAggregatedUtterancesResult & WithLocaleId(const Aws::String &value)
ListAggregatedUtterancesResult & WithAggregatedUtterancesSummaries(const Aws::Vector< AggregatedUtterancesSummary > &value)
ListAggregatedUtterancesResult & WithAggregationWindowStartTime(Aws::Utils::DateTime &&value)
void SetAggregatedUtterancesSummaries(Aws::Vector< AggregatedUtterancesSummary > &&value)
ListAggregatedUtterancesResult & WithBotId(const Aws::String &value)
ListAggregatedUtterancesResult & WithNextToken(Aws::String &&value)
void SetAggregationDuration(UtteranceAggregationDuration &&value)
const UtteranceAggregationDuration & GetAggregationDuration() const
ListAggregatedUtterancesResult & WithNextToken(const Aws::String &value)
ListAggregatedUtterancesResult & WithNextToken(const char *value)
ListAggregatedUtterancesResult & WithRequestId(const char *value)
const Aws::Vector< AggregatedUtterancesSummary > & GetAggregatedUtterancesSummaries() const
ListAggregatedUtterancesResult & WithBotId(Aws::String &&value)
void SetAggregationLastRefreshedDateTime(const Aws::Utils::DateTime &value)
ListAggregatedUtterancesResult & WithBotId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue