AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateBotRecommendationResult.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/BotRecommendationStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/lexv2-models/model/TranscriptSourceSetting.h>
12#include <aws/lexv2-models/model/EncryptionSetting.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 UpdateBotRecommendationResult();
37
38
40
44 inline const Aws::String& GetBotId() const{ return m_botId; }
45 inline void SetBotId(const Aws::String& value) { m_botId = value; }
46 inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); }
47 inline void SetBotId(const char* value) { m_botId.assign(value); }
48 inline UpdateBotRecommendationResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
49 inline UpdateBotRecommendationResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
50 inline UpdateBotRecommendationResult& WithBotId(const char* value) { SetBotId(value); return *this;}
52
54
58 inline const Aws::String& GetBotVersion() const{ return m_botVersion; }
59 inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; }
60 inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); }
61 inline void SetBotVersion(const char* value) { m_botVersion.assign(value); }
62 inline UpdateBotRecommendationResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
63 inline UpdateBotRecommendationResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
64 inline UpdateBotRecommendationResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
66
68
75 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
76 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
77 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
78 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
79 inline UpdateBotRecommendationResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
80 inline UpdateBotRecommendationResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
81 inline UpdateBotRecommendationResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
83
85
89 inline const BotRecommendationStatus& GetBotRecommendationStatus() const{ return m_botRecommendationStatus; }
90 inline void SetBotRecommendationStatus(const BotRecommendationStatus& value) { m_botRecommendationStatus = value; }
91 inline void SetBotRecommendationStatus(BotRecommendationStatus&& value) { m_botRecommendationStatus = std::move(value); }
95
97
100 inline const Aws::String& GetBotRecommendationId() const{ return m_botRecommendationId; }
101 inline void SetBotRecommendationId(const Aws::String& value) { m_botRecommendationId = value; }
102 inline void SetBotRecommendationId(Aws::String&& value) { m_botRecommendationId = std::move(value); }
103 inline void SetBotRecommendationId(const char* value) { m_botRecommendationId.assign(value); }
106 inline UpdateBotRecommendationResult& WithBotRecommendationId(const char* value) { SetBotRecommendationId(value); return *this;}
108
110
113 inline const Aws::Utils::DateTime& GetCreationDateTime() const{ return m_creationDateTime; }
114 inline void SetCreationDateTime(const Aws::Utils::DateTime& value) { m_creationDateTime = value; }
115 inline void SetCreationDateTime(Aws::Utils::DateTime&& value) { m_creationDateTime = std::move(value); }
119
121
125 inline const Aws::Utils::DateTime& GetLastUpdatedDateTime() const{ return m_lastUpdatedDateTime; }
126 inline void SetLastUpdatedDateTime(const Aws::Utils::DateTime& value) { m_lastUpdatedDateTime = value; }
127 inline void SetLastUpdatedDateTime(Aws::Utils::DateTime&& value) { m_lastUpdatedDateTime = std::move(value); }
131
133
137 inline const TranscriptSourceSetting& GetTranscriptSourceSetting() const{ return m_transcriptSourceSetting; }
138 inline void SetTranscriptSourceSetting(const TranscriptSourceSetting& value) { m_transcriptSourceSetting = value; }
139 inline void SetTranscriptSourceSetting(TranscriptSourceSetting&& value) { m_transcriptSourceSetting = std::move(value); }
140 inline UpdateBotRecommendationResult& WithTranscriptSourceSetting(const TranscriptSourceSetting& value) { SetTranscriptSourceSetting(value); return *this;}
141 inline UpdateBotRecommendationResult& WithTranscriptSourceSetting(TranscriptSourceSetting&& value) { SetTranscriptSourceSetting(std::move(value)); return *this;}
143
145
150 inline const EncryptionSetting& GetEncryptionSetting() const{ return m_encryptionSetting; }
151 inline void SetEncryptionSetting(const EncryptionSetting& value) { m_encryptionSetting = value; }
152 inline void SetEncryptionSetting(EncryptionSetting&& value) { m_encryptionSetting = std::move(value); }
156
158
159 inline const Aws::String& GetRequestId() const{ return m_requestId; }
160 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
161 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
162 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
163 inline UpdateBotRecommendationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
164 inline UpdateBotRecommendationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
165 inline UpdateBotRecommendationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
167 private:
168
169 Aws::String m_botId;
170
171 Aws::String m_botVersion;
172
173 Aws::String m_localeId;
174
175 BotRecommendationStatus m_botRecommendationStatus;
176
177 Aws::String m_botRecommendationId;
178
179 Aws::Utils::DateTime m_creationDateTime;
180
181 Aws::Utils::DateTime m_lastUpdatedDateTime;
182
183 TranscriptSourceSetting m_transcriptSourceSetting;
184
185 EncryptionSetting m_encryptionSetting;
186
187 Aws::String m_requestId;
188 };
189
190} // namespace Model
191} // namespace LexModelsV2
192} // namespace Aws
UpdateBotRecommendationResult & WithBotRecommendationId(const char *value)
void SetTranscriptSourceSetting(const TranscriptSourceSetting &value)
void SetBotRecommendationStatus(const BotRecommendationStatus &value)
UpdateBotRecommendationResult & WithRequestId(const Aws::String &value)
UpdateBotRecommendationResult & WithBotRecommendationId(const Aws::String &value)
UpdateBotRecommendationResult & WithBotId(Aws::String &&value)
UpdateBotRecommendationResult & WithLastUpdatedDateTime(const Aws::Utils::DateTime &value)
UpdateBotRecommendationResult & WithCreationDateTime(Aws::Utils::DateTime &&value)
UpdateBotRecommendationResult & WithBotRecommendationStatus(const BotRecommendationStatus &value)
UpdateBotRecommendationResult & WithLocaleId(Aws::String &&value)
UpdateBotRecommendationResult & WithTranscriptSourceSetting(TranscriptSourceSetting &&value)
UpdateBotRecommendationResult & WithLocaleId(const char *value)
UpdateBotRecommendationResult & WithTranscriptSourceSetting(const TranscriptSourceSetting &value)
UpdateBotRecommendationResult & WithRequestId(const char *value)
UpdateBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus &&value)
UpdateBotRecommendationResult & WithLastUpdatedDateTime(Aws::Utils::DateTime &&value)
UpdateBotRecommendationResult & WithBotVersion(const char *value)
AWS_LEXMODELSV2_API UpdateBotRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotRecommendationResult & WithBotVersion(Aws::String &&value)
UpdateBotRecommendationResult & WithEncryptionSetting(const EncryptionSetting &value)
UpdateBotRecommendationResult & WithBotVersion(const Aws::String &value)
UpdateBotRecommendationResult & WithBotId(const Aws::String &value)
UpdateBotRecommendationResult & WithBotRecommendationId(Aws::String &&value)
UpdateBotRecommendationResult & WithLocaleId(const Aws::String &value)
AWS_LEXMODELSV2_API UpdateBotRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBotRecommendationResult & WithBotId(const char *value)
UpdateBotRecommendationResult & WithRequestId(Aws::String &&value)
UpdateBotRecommendationResult & WithCreationDateTime(const Aws::Utils::DateTime &value)
UpdateBotRecommendationResult & WithEncryptionSetting(EncryptionSetting &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue