AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
StopBotRecommendationResult.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 <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 StopBotRecommendationResult() = default;
34
35
37
41 inline const Aws::String& GetBotId() const { return m_botId; }
42 template<typename BotIdT = Aws::String>
43 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet = true; m_botId = std::forward<BotIdT>(value); }
44 template<typename BotIdT = Aws::String>
45 StopBotRecommendationResult& WithBotId(BotIdT&& value) { SetBotId(std::forward<BotIdT>(value)); return *this;}
47
49
53 inline const Aws::String& GetBotVersion() const { return m_botVersion; }
54 template<typename BotVersionT = Aws::String>
55 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet = true; m_botVersion = std::forward<BotVersionT>(value); }
56 template<typename BotVersionT = Aws::String>
57 StopBotRecommendationResult& WithBotVersion(BotVersionT&& value) { SetBotVersion(std::forward<BotVersionT>(value)); return *this;}
59
61
67 inline const Aws::String& GetLocaleId() const { return m_localeId; }
68 template<typename LocaleIdT = Aws::String>
69 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet = true; m_localeId = std::forward<LocaleIdT>(value); }
70 template<typename LocaleIdT = Aws::String>
71 StopBotRecommendationResult& WithLocaleId(LocaleIdT&& value) { SetLocaleId(std::forward<LocaleIdT>(value)); return *this;}
73
75
79 inline BotRecommendationStatus GetBotRecommendationStatus() const { return m_botRecommendationStatus; }
80 inline void SetBotRecommendationStatus(BotRecommendationStatus value) { m_botRecommendationStatusHasBeenSet = true; m_botRecommendationStatus = value; }
83
85
88 inline const Aws::String& GetBotRecommendationId() const { return m_botRecommendationId; }
89 template<typename BotRecommendationIdT = Aws::String>
90 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet = true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
91 template<typename BotRecommendationIdT = Aws::String>
92 StopBotRecommendationResult& WithBotRecommendationId(BotRecommendationIdT&& value) { SetBotRecommendationId(std::forward<BotRecommendationIdT>(value)); return *this;}
94
96
97 inline const Aws::String& GetRequestId() const { return m_requestId; }
98 template<typename RequestIdT = Aws::String>
99 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
100 template<typename RequestIdT = Aws::String>
101 StopBotRecommendationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
103 private:
104
105 Aws::String m_botId;
106 bool m_botIdHasBeenSet = false;
107
108 Aws::String m_botVersion;
109 bool m_botVersionHasBeenSet = false;
110
111 Aws::String m_localeId;
112 bool m_localeIdHasBeenSet = false;
113
115 bool m_botRecommendationStatusHasBeenSet = false;
116
117 Aws::String m_botRecommendationId;
118 bool m_botRecommendationIdHasBeenSet = false;
119
120 Aws::String m_requestId;
121 bool m_requestIdHasBeenSet = false;
122 };
123
124} // namespace Model
125} // namespace LexModelsV2
126} // namespace Aws
StopBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus value)
StopBotRecommendationResult & WithBotRecommendationId(BotRecommendationIdT &&value)
AWS_LEXMODELSV2_API StopBotRecommendationResult()=default
StopBotRecommendationResult & WithBotId(BotIdT &&value)
StopBotRecommendationResult & WithBotVersion(BotVersionT &&value)
AWS_LEXMODELSV2_API StopBotRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopBotRecommendationResult & WithRequestId(RequestIdT &&value)
StopBotRecommendationResult & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API StopBotRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue