AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteBotVersionResult.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/BotStatus.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 DeleteBotVersionResult();
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 DeleteBotVersionResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
45 inline DeleteBotVersionResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
46 inline DeleteBotVersionResult& 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 DeleteBotVersionResult& WithBotVersion(const Aws::String& value) { SetBotVersion(value); return *this;}
58 inline DeleteBotVersionResult& WithBotVersion(Aws::String&& value) { SetBotVersion(std::move(value)); return *this;}
59 inline DeleteBotVersionResult& WithBotVersion(const char* value) { SetBotVersion(value); return *this;}
61
63
66 inline const BotStatus& GetBotStatus() const{ return m_botStatus; }
67 inline void SetBotStatus(const BotStatus& value) { m_botStatus = value; }
68 inline void SetBotStatus(BotStatus&& value) { m_botStatus = std::move(value); }
69 inline DeleteBotVersionResult& WithBotStatus(const BotStatus& value) { SetBotStatus(value); return *this;}
70 inline DeleteBotVersionResult& WithBotStatus(BotStatus&& value) { SetBotStatus(std::move(value)); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const{ return m_requestId; }
76 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
77 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
78 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
79 inline DeleteBotVersionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
80 inline DeleteBotVersionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
81 inline DeleteBotVersionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
83 private:
84
85 Aws::String m_botId;
86
87 Aws::String m_botVersion;
88
89 BotStatus m_botStatus;
90
91 Aws::String m_requestId;
92 };
93
94} // namespace Model
95} // namespace LexModelsV2
96} // namespace Aws
DeleteBotVersionResult & WithBotId(const Aws::String &value)
DeleteBotVersionResult & WithBotVersion(Aws::String &&value)
DeleteBotVersionResult & WithBotId(const char *value)
DeleteBotVersionResult & WithRequestId(const char *value)
DeleteBotVersionResult & WithBotStatus(BotStatus &&value)
DeleteBotVersionResult & WithBotVersion(const char *value)
DeleteBotVersionResult & WithRequestId(Aws::String &&value)
DeleteBotVersionResult & WithBotId(Aws::String &&value)
DeleteBotVersionResult & WithRequestId(const Aws::String &value)
AWS_LEXMODELSV2_API DeleteBotVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotVersionResult & WithBotStatus(const BotStatus &value)
AWS_LEXMODELSV2_API DeleteBotVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteBotVersionResult & WithBotVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue