AWS SDK for C++

AWS SDK for C++ Version 1.11.767

Loading...
Searching...
No Matches
DescribeBotAnalyzerRecommendationResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
12#include <aws/lexv2-models/model/BotAnalyzerRecommendation.h>
13#include <aws/lexv2-models/model/BotAnalyzerStatus.h>
14
15#include <utility>
16
17namespace Aws {
18template <typename RESULT_TYPE>
19class AmazonWebServiceResult;
20
21namespace Utils {
22namespace Json {
23class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace LexModelsV2 {
27namespace Model {
29 public:
30 AWS_LEXMODELSV2_API DescribeBotAnalyzerRecommendationResult() = default;
34
36
39 inline const Aws::String& GetBotId() const { return m_botId; }
40 template <typename BotIdT = Aws::String>
41 void SetBotId(BotIdT&& value) {
42 m_botIdHasBeenSet = true;
43 m_botId = std::forward<BotIdT>(value);
44 }
45 template <typename BotIdT = Aws::String>
47 SetBotId(std::forward<BotIdT>(value));
48 return *this;
49 }
51
53
56 inline const Aws::String& GetBotVersion() const { return m_botVersion; }
57 template <typename BotVersionT = Aws::String>
58 void SetBotVersion(BotVersionT&& value) {
59 m_botVersionHasBeenSet = true;
60 m_botVersion = std::forward<BotVersionT>(value);
61 }
62 template <typename BotVersionT = Aws::String>
64 SetBotVersion(std::forward<BotVersionT>(value));
65 return *this;
66 }
68
70
73 inline const Aws::String& GetLocaleId() const { return m_localeId; }
74 template <typename LocaleIdT = Aws::String>
75 void SetLocaleId(LocaleIdT&& value) {
76 m_localeIdHasBeenSet = true;
77 m_localeId = std::forward<LocaleIdT>(value);
78 }
79 template <typename LocaleIdT = Aws::String>
81 SetLocaleId(std::forward<LocaleIdT>(value));
82 return *this;
83 }
85
87
91 inline BotAnalyzerStatus GetBotAnalyzerStatus() const { return m_botAnalyzerStatus; }
93 m_botAnalyzerStatusHasBeenSet = true;
94 m_botAnalyzerStatus = value;
95 }
98 return *this;
99 }
101
103
106 inline const Aws::Utils::DateTime& GetCreationDateTime() const { return m_creationDateTime; }
107 template <typename CreationDateTimeT = Aws::Utils::DateTime>
108 void SetCreationDateTime(CreationDateTimeT&& value) {
109 m_creationDateTimeHasBeenSet = true;
110 m_creationDateTime = std::forward<CreationDateTimeT>(value);
111 }
112 template <typename CreationDateTimeT = Aws::Utils::DateTime>
114 SetCreationDateTime(std::forward<CreationDateTimeT>(value));
115 return *this;
116 }
118
120
125 inline const Aws::Vector<BotAnalyzerRecommendation>& GetBotAnalyzerRecommendationList() const { return m_botAnalyzerRecommendationList; }
126 template <typename BotAnalyzerRecommendationListT = Aws::Vector<BotAnalyzerRecommendation>>
127 void SetBotAnalyzerRecommendationList(BotAnalyzerRecommendationListT&& value) {
128 m_botAnalyzerRecommendationListHasBeenSet = true;
129 m_botAnalyzerRecommendationList = std::forward<BotAnalyzerRecommendationListT>(value);
130 }
131 template <typename BotAnalyzerRecommendationListT = Aws::Vector<BotAnalyzerRecommendation>>
133 SetBotAnalyzerRecommendationList(std::forward<BotAnalyzerRecommendationListT>(value));
134 return *this;
135 }
136 template <typename BotAnalyzerRecommendationListT = BotAnalyzerRecommendation>
138 m_botAnalyzerRecommendationListHasBeenSet = true;
139 m_botAnalyzerRecommendationList.emplace_back(std::forward<BotAnalyzerRecommendationListT>(value));
140 return *this;
141 }
143
145
149 inline const Aws::String& GetNextToken() const { return m_nextToken; }
150 template <typename NextTokenT = Aws::String>
151 void SetNextToken(NextTokenT&& value) {
152 m_nextTokenHasBeenSet = true;
153 m_nextToken = std::forward<NextTokenT>(value);
154 }
155 template <typename NextTokenT = Aws::String>
157 SetNextToken(std::forward<NextTokenT>(value));
158 return *this;
159 }
161
163
164 inline const Aws::String& GetRequestId() const { return m_requestId; }
165 template <typename RequestIdT = Aws::String>
166 void SetRequestId(RequestIdT&& value) {
167 m_requestIdHasBeenSet = true;
168 m_requestId = std::forward<RequestIdT>(value);
169 }
170 template <typename RequestIdT = Aws::String>
172 SetRequestId(std::forward<RequestIdT>(value));
173 return *this;
174 }
176 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
177
178 private:
179 Aws::String m_botId;
180
181 Aws::String m_botVersion;
182
183 Aws::String m_localeId;
184
186
187 Aws::Utils::DateTime m_creationDateTime{};
188
189 Aws::Vector<BotAnalyzerRecommendation> m_botAnalyzerRecommendationList;
190
191 Aws::String m_nextToken;
192
193 Aws::String m_requestId;
194 Aws::Http::HttpResponseCode m_HttpResponseCode;
195 bool m_botIdHasBeenSet = false;
196 bool m_botVersionHasBeenSet = false;
197 bool m_localeIdHasBeenSet = false;
198 bool m_botAnalyzerStatusHasBeenSet = false;
199 bool m_creationDateTimeHasBeenSet = false;
200 bool m_botAnalyzerRecommendationListHasBeenSet = false;
201 bool m_nextTokenHasBeenSet = false;
202 bool m_requestIdHasBeenSet = false;
203};
204
205} // namespace Model
206} // namespace LexModelsV2
207} // namespace Aws
DescribeBotAnalyzerRecommendationResult & WithNextToken(NextTokenT &&value)
DescribeBotAnalyzerRecommendationResult & WithLocaleId(LocaleIdT &&value)
DescribeBotAnalyzerRecommendationResult & WithBotAnalyzerStatus(BotAnalyzerStatus value)
const Aws::Vector< BotAnalyzerRecommendation > & GetBotAnalyzerRecommendationList() const
DescribeBotAnalyzerRecommendationResult & WithCreationDateTime(CreationDateTimeT &&value)
DescribeBotAnalyzerRecommendationResult & AddBotAnalyzerRecommendationList(BotAnalyzerRecommendationListT &&value)
DescribeBotAnalyzerRecommendationResult & WithBotAnalyzerRecommendationList(BotAnalyzerRecommendationListT &&value)
AWS_LEXMODELSV2_API DescribeBotAnalyzerRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_LEXMODELSV2_API DescribeBotAnalyzerRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeBotAnalyzerRecommendationResult & WithRequestId(RequestIdT &&value)
DescribeBotAnalyzerRecommendationResult & WithBotVersion(BotVersionT &&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