AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateBotLocaleResult.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/VoiceSettings.h>
10#include <aws/lexv2-models/model/BotLocaleStatus.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/lexv2-models/model/GenerativeAISettings.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 CreateBotLocaleResult();
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 CreateBotLocaleResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
48 inline CreateBotLocaleResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
49 inline CreateBotLocaleResult& WithBotId(const char* value) { SetBotId(value); return *this;}
51
53
56 inline const Aws::String& GetBotVersion() const{ return m_botVersion; }
57 inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; }
58 inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); }
59 inline void SetBotVersion(const char* value) { m_botVersion.assign(value); }
60 inline CreateBotLocaleResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
61 inline CreateBotLocaleResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
62 inline CreateBotLocaleResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
64
66
69 inline const Aws::String& GetLocaleName() const{ return m_localeName; }
70 inline void SetLocaleName(const Aws::String& value) { m_localeName = value; }
71 inline void SetLocaleName(Aws::String&& value) { m_localeName = std::move(value); }
72 inline void SetLocaleName(const char* value) { m_localeName.assign(value); }
73 inline CreateBotLocaleResult& WithLocaleName(const Aws::String& value) { SetLocaleName(value); return *this;}
74 inline CreateBotLocaleResult& WithLocaleName(Aws::String&& value) { SetLocaleName(std::move(value)); return *this;}
75 inline CreateBotLocaleResult& WithLocaleName(const char* value) { SetLocaleName(value); return *this;}
77
79
82 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
83 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
84 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
85 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
86 inline CreateBotLocaleResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
87 inline CreateBotLocaleResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
88 inline CreateBotLocaleResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
90
92
95 inline const Aws::String& GetDescription() const{ return m_description; }
96 inline void SetDescription(const Aws::String& value) { m_description = value; }
97 inline void SetDescription(Aws::String&& value) { m_description = std::move(value); }
98 inline void SetDescription(const char* value) { m_description.assign(value); }
99 inline CreateBotLocaleResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
100 inline CreateBotLocaleResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
101 inline CreateBotLocaleResult& WithDescription(const char* value) { SetDescription(value); return *this;}
103
105
110 inline double GetNluIntentConfidenceThreshold() const{ return m_nluIntentConfidenceThreshold; }
111 inline void SetNluIntentConfidenceThreshold(double value) { m_nluIntentConfidenceThreshold = value; }
114
116
120 inline const VoiceSettings& GetVoiceSettings() const{ return m_voiceSettings; }
121 inline void SetVoiceSettings(const VoiceSettings& value) { m_voiceSettings = value; }
122 inline void SetVoiceSettings(VoiceSettings&& value) { m_voiceSettings = std::move(value); }
123 inline CreateBotLocaleResult& WithVoiceSettings(const VoiceSettings& value) { SetVoiceSettings(value); return *this;}
124 inline CreateBotLocaleResult& WithVoiceSettings(VoiceSettings&& value) { SetVoiceSettings(std::move(value)); return *this;}
126
128
138 inline const BotLocaleStatus& GetBotLocaleStatus() const{ return m_botLocaleStatus; }
139 inline void SetBotLocaleStatus(const BotLocaleStatus& value) { m_botLocaleStatus = value; }
140 inline void SetBotLocaleStatus(BotLocaleStatus&& value) { m_botLocaleStatus = std::move(value); }
142 inline CreateBotLocaleResult& WithBotLocaleStatus(BotLocaleStatus&& value) { SetBotLocaleStatus(std::move(value)); return *this;}
144
146
149 inline const Aws::Utils::DateTime& GetCreationDateTime() const{ return m_creationDateTime; }
150 inline void SetCreationDateTime(const Aws::Utils::DateTime& value) { m_creationDateTime = value; }
151 inline void SetCreationDateTime(Aws::Utils::DateTime&& value) { m_creationDateTime = std::move(value); }
153 inline CreateBotLocaleResult& WithCreationDateTime(Aws::Utils::DateTime&& value) { SetCreationDateTime(std::move(value)); return *this;}
155
157
158 inline const GenerativeAISettings& GetGenerativeAISettings() const{ return m_generativeAISettings; }
159 inline void SetGenerativeAISettings(const GenerativeAISettings& value) { m_generativeAISettings = value; }
160 inline void SetGenerativeAISettings(GenerativeAISettings&& value) { m_generativeAISettings = std::move(value); }
164
166
167 inline const Aws::String& GetRequestId() const{ return m_requestId; }
168 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
169 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
170 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
171 inline CreateBotLocaleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
172 inline CreateBotLocaleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
173 inline CreateBotLocaleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
175 private:
176
177 Aws::String m_botId;
178
179 Aws::String m_botVersion;
180
181 Aws::String m_localeName;
182
183 Aws::String m_localeId;
184
185 Aws::String m_description;
186
187 double m_nluIntentConfidenceThreshold;
188
189 VoiceSettings m_voiceSettings;
190
191 BotLocaleStatus m_botLocaleStatus;
192
193 Aws::Utils::DateTime m_creationDateTime;
194
195 GenerativeAISettings m_generativeAISettings;
196
197 Aws::String m_requestId;
198 };
199
200} // namespace Model
201} // namespace LexModelsV2
202} // namespace Aws
const Aws::Utils::DateTime & GetCreationDateTime() const
CreateBotLocaleResult & WithCreationDateTime(const Aws::Utils::DateTime &value)
CreateBotLocaleResult & WithBotLocaleStatus(const BotLocaleStatus &value)
CreateBotLocaleResult & WithLocaleId(const char *value)
const GenerativeAISettings & GetGenerativeAISettings() const
CreateBotLocaleResult & WithBotVersion(const Aws::String &value)
CreateBotLocaleResult & WithCreationDateTime(Aws::Utils::DateTime &&value)
CreateBotLocaleResult & WithDescription(const char *value)
void SetGenerativeAISettings(const GenerativeAISettings &value)
CreateBotLocaleResult & WithVoiceSettings(const VoiceSettings &value)
CreateBotLocaleResult & WithRequestId(const Aws::String &value)
CreateBotLocaleResult & WithGenerativeAISettings(GenerativeAISettings &&value)
CreateBotLocaleResult & WithBotVersion(Aws::String &&value)
CreateBotLocaleResult & WithRequestId(const char *value)
CreateBotLocaleResult & WithLocaleId(const Aws::String &value)
void SetBotLocaleStatus(const BotLocaleStatus &value)
CreateBotLocaleResult & WithLocaleName(Aws::String &&value)
void SetGenerativeAISettings(GenerativeAISettings &&value)
CreateBotLocaleResult & WithLocaleName(const char *value)
void SetCreationDateTime(const Aws::Utils::DateTime &value)
CreateBotLocaleResult & WithNluIntentConfidenceThreshold(double value)
CreateBotLocaleResult & WithRequestId(Aws::String &&value)
CreateBotLocaleResult & WithBotVersion(const char *value)
CreateBotLocaleResult & WithBotId(const char *value)
CreateBotLocaleResult & WithDescription(const Aws::String &value)
CreateBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus &&value)
CreateBotLocaleResult & WithDescription(Aws::String &&value)
void SetCreationDateTime(Aws::Utils::DateTime &&value)
AWS_LEXMODELSV2_API CreateBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBotLocaleResult & WithGenerativeAISettings(const GenerativeAISettings &value)
AWS_LEXMODELSV2_API CreateBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateBotLocaleResult & WithLocaleId(Aws::String &&value)
CreateBotLocaleResult & WithBotId(Aws::String &&value)
CreateBotLocaleResult & WithLocaleName(const Aws::String &value)
CreateBotLocaleResult & WithVoiceSettings(VoiceSettings &&value)
CreateBotLocaleResult & WithBotId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue