AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
CreateChatResponseConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace QBusiness {
22namespace Model {
24 public:
25 AWS_QBUSINESS_API CreateChatResponseConfigurationResult() = default;
29
31
35 inline const Aws::String& GetChatResponseConfigurationId() const { return m_chatResponseConfigurationId; }
36 template <typename ChatResponseConfigurationIdT = Aws::String>
38 m_chatResponseConfigurationIdHasBeenSet = true;
39 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
40 }
41 template <typename ChatResponseConfigurationIdT = Aws::String>
43 SetChatResponseConfigurationId(std::forward<ChatResponseConfigurationIdT>(value));
44 return *this;
45 }
47
49
54 inline const Aws::String& GetChatResponseConfigurationArn() const { return m_chatResponseConfigurationArn; }
55 template <typename ChatResponseConfigurationArnT = Aws::String>
57 m_chatResponseConfigurationArnHasBeenSet = true;
58 m_chatResponseConfigurationArn = std::forward<ChatResponseConfigurationArnT>(value);
59 }
60 template <typename ChatResponseConfigurationArnT = Aws::String>
62 SetChatResponseConfigurationArn(std::forward<ChatResponseConfigurationArnT>(value));
63 return *this;
64 }
66
68
69 inline const Aws::String& GetRequestId() const { return m_requestId; }
70 template <typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) {
72 m_requestIdHasBeenSet = true;
73 m_requestId = std::forward<RequestIdT>(value);
74 }
75 template <typename RequestIdT = Aws::String>
77 SetRequestId(std::forward<RequestIdT>(value));
78 return *this;
79 }
81 private:
82 Aws::String m_chatResponseConfigurationId;
83
84 Aws::String m_chatResponseConfigurationArn;
85
86 Aws::String m_requestId;
87 bool m_chatResponseConfigurationIdHasBeenSet = false;
88 bool m_chatResponseConfigurationArnHasBeenSet = false;
89 bool m_requestIdHasBeenSet = false;
90};
91
92} // namespace Model
93} // namespace QBusiness
94} // namespace Aws
CreateChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
AWS_QBUSINESS_API CreateChatResponseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QBUSINESS_API CreateChatResponseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
CreateChatResponseConfigurationResult & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue