AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteBotLocaleResult.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/BotLocaleStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LexModelsV2
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LEXMODELSV2_API DeleteBotLocaleResult();
34
35
37
40 inline const Aws::String& GetBotId() const{ return m_botId; }
41 inline void SetBotId(const Aws::String& value) { m_botId = value; }
42 inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); }
43 inline void SetBotId(const char* value) { m_botId.assign(value); }
44 inline DeleteBotLocaleResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
45 inline DeleteBotLocaleResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
46 inline DeleteBotLocaleResult& WithBotId(const char* value) { SetBotId(value); return *this;}
48
50
53 inline const Aws::String& GetBotVersion() const{ return m_botVersion; }
54 inline void SetBotVersion(const Aws::String& value) { m_botVersion = value; }
55 inline void SetBotVersion(Aws::String&& value) { m_botVersion = std::move(value); }
56 inline void SetBotVersion(const char* value) { m_botVersion.assign(value); }
57 inline DeleteBotLocaleResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
58 inline DeleteBotLocaleResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
59 inline DeleteBotLocaleResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
61
63
66 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
67 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
68 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
69 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
70 inline DeleteBotLocaleResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
71 inline DeleteBotLocaleResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
72 inline DeleteBotLocaleResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
74
76
81 inline const BotLocaleStatus& GetBotLocaleStatus() const{ return m_botLocaleStatus; }
82 inline void SetBotLocaleStatus(const BotLocaleStatus& value) { m_botLocaleStatus = value; }
83 inline void SetBotLocaleStatus(BotLocaleStatus&& value) { m_botLocaleStatus = std::move(value); }
84 inline DeleteBotLocaleResult& WithBotLocaleStatus(const BotLocaleStatus& value) { SetBotLocaleStatus(value); return *this;}
85 inline DeleteBotLocaleResult& WithBotLocaleStatus(BotLocaleStatus&& value) { SetBotLocaleStatus(std::move(value)); return *this;}
87
89
90 inline const Aws::String& GetRequestId() const{ return m_requestId; }
91 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
92 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
93 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
94 inline DeleteBotLocaleResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
95 inline DeleteBotLocaleResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
96 inline DeleteBotLocaleResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
98 private:
99
100 Aws::String m_botId;
101
102 Aws::String m_botVersion;
103
104 Aws::String m_localeId;
105
106 BotLocaleStatus m_botLocaleStatus;
107
108 Aws::String m_requestId;
109 };
110
111} // namespace Model
112} // namespace LexModelsV2
113} // namespace Aws
DeleteBotLocaleResult & WithLocaleId(const char *value)
DeleteBotLocaleResult & WithBotId(Aws::String &&value)
void SetBotLocaleStatus(const BotLocaleStatus &value)
DeleteBotLocaleResult & WithBotLocaleStatus(BotLocaleStatus &&value)
DeleteBotLocaleResult & WithRequestId(const Aws::String &value)
DeleteBotLocaleResult & WithBotLocaleStatus(const BotLocaleStatus &value)
DeleteBotLocaleResult & WithRequestId(Aws::String &&value)
DeleteBotLocaleResult & WithLocaleId(const Aws::String &value)
AWS_LEXMODELSV2_API DeleteBotLocaleResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotLocaleResult & WithBotId(const Aws::String &value)
DeleteBotLocaleResult & WithBotVersion(const Aws::String &value)
DeleteBotLocaleResult & WithBotVersion(Aws::String &&value)
DeleteBotLocaleResult & WithBotId(const char *value)
AWS_LEXMODELSV2_API DeleteBotLocaleResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotLocaleResult & WithLocaleId(Aws::String &&value)
DeleteBotLocaleResult & WithBotVersion(const char *value)
DeleteBotLocaleResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue