AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeleteSessionResult.h
1
6#pragma once
7#include <aws/lexv2-runtime/LexRuntimeV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace LexRuntimeV2
24{
25namespace Model
26{
28 {
29 public:
30 AWS_LEXRUNTIMEV2_API DeleteSessionResult();
33
34
36
39 inline const Aws::String& GetBotId() const{ return m_botId; }
40 inline void SetBotId(const Aws::String& value) { m_botId = value; }
41 inline void SetBotId(Aws::String&& value) { m_botId = std::move(value); }
42 inline void SetBotId(const char* value) { m_botId.assign(value); }
43 inline DeleteSessionResult& WithBotId(const Aws::String& value) { SetBotId(value); return *this;}
44 inline DeleteSessionResult& WithBotId(Aws::String&& value) { SetBotId(std::move(value)); return *this;}
45 inline DeleteSessionResult& WithBotId(const char* value) { SetBotId(value); return *this;}
47
49
52 inline const Aws::String& GetBotAliasId() const{ return m_botAliasId; }
53 inline void SetBotAliasId(const Aws::String& value) { m_botAliasId = value; }
54 inline void SetBotAliasId(Aws::String&& value) { m_botAliasId = std::move(value); }
55 inline void SetBotAliasId(const char* value) { m_botAliasId.assign(value); }
56 inline DeleteSessionResult& WithBotAliasId(const Aws::String& value) { SetBotAliasId(value); return *this;}
57 inline DeleteSessionResult& WithBotAliasId(Aws::String&& value) { SetBotAliasId(std::move(value)); return *this;}
58 inline DeleteSessionResult& WithBotAliasId(const char* value) { SetBotAliasId(value); return *this;}
60
62
65 inline const Aws::String& GetLocaleId() const{ return m_localeId; }
66 inline void SetLocaleId(const Aws::String& value) { m_localeId = value; }
67 inline void SetLocaleId(Aws::String&& value) { m_localeId = std::move(value); }
68 inline void SetLocaleId(const char* value) { m_localeId.assign(value); }
69 inline DeleteSessionResult& WithLocaleId(const Aws::String& value) { SetLocaleId(value); return *this;}
70 inline DeleteSessionResult& WithLocaleId(Aws::String&& value) { SetLocaleId(std::move(value)); return *this;}
71 inline DeleteSessionResult& WithLocaleId(const char* value) { SetLocaleId(value); return *this;}
73
75
78 inline const Aws::String& GetSessionId() const{ return m_sessionId; }
79 inline void SetSessionId(const Aws::String& value) { m_sessionId = value; }
80 inline void SetSessionId(Aws::String&& value) { m_sessionId = std::move(value); }
81 inline void SetSessionId(const char* value) { m_sessionId.assign(value); }
82 inline DeleteSessionResult& WithSessionId(const Aws::String& value) { SetSessionId(value); return *this;}
83 inline DeleteSessionResult& WithSessionId(Aws::String&& value) { SetSessionId(std::move(value)); return *this;}
84 inline DeleteSessionResult& WithSessionId(const char* value) { SetSessionId(value); return *this;}
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline DeleteSessionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline DeleteSessionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline DeleteSessionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_botId;
100
101 Aws::String m_botAliasId;
102
103 Aws::String m_localeId;
104
105 Aws::String m_sessionId;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace LexRuntimeV2
112} // namespace Aws
AWS_LEXRUNTIMEV2_API DeleteSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSessionResult & WithLocaleId(const char *value)
DeleteSessionResult & WithBotAliasId(const Aws::String &value)
DeleteSessionResult & WithBotId(const char *value)
AWS_LEXRUNTIMEV2_API DeleteSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteSessionResult & WithLocaleId(const Aws::String &value)
DeleteSessionResult & WithSessionId(Aws::String &&value)
DeleteSessionResult & WithBotAliasId(Aws::String &&value)
DeleteSessionResult & WithLocaleId(Aws::String &&value)
DeleteSessionResult & WithSessionId(const char *value)
DeleteSessionResult & WithSessionId(const Aws::String &value)
DeleteSessionResult & WithBotId(Aws::String &&value)
DeleteSessionResult & WithBotId(const Aws::String &value)
DeleteSessionResult & WithBotAliasId(const char *value)
DeleteSessionResult & WithRequestId(const Aws::String &value)
DeleteSessionResult & WithRequestId(Aws::String &&value)
DeleteSessionResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue