AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetChatResponseConfigurationResult.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/qbusiness/model/ChatResponseConfigurationDetail.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace QBusiness
26{
27namespace Model
28{
30 {
31 public:
32 AWS_QBUSINESS_API GetChatResponseConfigurationResult() = default;
35
36
38
41 inline const Aws::String& GetChatResponseConfigurationId() const { return m_chatResponseConfigurationId; }
42 template<typename ChatResponseConfigurationIdT = Aws::String>
43 void SetChatResponseConfigurationId(ChatResponseConfigurationIdT&& value) { m_chatResponseConfigurationIdHasBeenSet = true; m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value); }
44 template<typename ChatResponseConfigurationIdT = Aws::String>
47
49
54 inline const Aws::String& GetChatResponseConfigurationArn() const { return m_chatResponseConfigurationArn; }
55 template<typename ChatResponseConfigurationArnT = Aws::String>
56 void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT&& value) { m_chatResponseConfigurationArnHasBeenSet = true; m_chatResponseConfigurationArn = std::forward<ChatResponseConfigurationArnT>(value); }
57 template<typename ChatResponseConfigurationArnT = Aws::String>
60
62
66 inline const Aws::String& GetDisplayName() const { return m_displayName; }
67 template<typename DisplayNameT = Aws::String>
68 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet = true; m_displayName = std::forward<DisplayNameT>(value); }
69 template<typename DisplayNameT = Aws::String>
70 GetChatResponseConfigurationResult& WithDisplayName(DisplayNameT&& value) { SetDisplayName(std::forward<DisplayNameT>(value)); return *this;}
72
74
78 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
79 template<typename CreatedAtT = Aws::Utils::DateTime>
80 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
81 template<typename CreatedAtT = Aws::Utils::DateTime>
82 GetChatResponseConfigurationResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
84
86
90 inline const ChatResponseConfigurationDetail& GetInUseConfiguration() const { return m_inUseConfiguration; }
91 template<typename InUseConfigurationT = ChatResponseConfigurationDetail>
92 void SetInUseConfiguration(InUseConfigurationT&& value) { m_inUseConfigurationHasBeenSet = true; m_inUseConfiguration = std::forward<InUseConfigurationT>(value); }
93 template<typename InUseConfigurationT = ChatResponseConfigurationDetail>
94 GetChatResponseConfigurationResult& WithInUseConfiguration(InUseConfigurationT&& value) { SetInUseConfiguration(std::forward<InUseConfigurationT>(value)); return *this;}
96
98
102 inline const ChatResponseConfigurationDetail& GetLastUpdateConfiguration() const { return m_lastUpdateConfiguration; }
103 template<typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
104 void SetLastUpdateConfiguration(LastUpdateConfigurationT&& value) { m_lastUpdateConfigurationHasBeenSet = true; m_lastUpdateConfiguration = std::forward<LastUpdateConfigurationT>(value); }
105 template<typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
106 GetChatResponseConfigurationResult& WithLastUpdateConfiguration(LastUpdateConfigurationT&& value) { SetLastUpdateConfiguration(std::forward<LastUpdateConfigurationT>(value)); return *this;}
108
110
111 inline const Aws::String& GetRequestId() const { return m_requestId; }
112 template<typename RequestIdT = Aws::String>
113 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
114 template<typename RequestIdT = Aws::String>
115 GetChatResponseConfigurationResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
117 private:
118
119 Aws::String m_chatResponseConfigurationId;
120 bool m_chatResponseConfigurationIdHasBeenSet = false;
121
122 Aws::String m_chatResponseConfigurationArn;
123 bool m_chatResponseConfigurationArnHasBeenSet = false;
124
125 Aws::String m_displayName;
126 bool m_displayNameHasBeenSet = false;
127
128 Aws::Utils::DateTime m_createdAt{};
129 bool m_createdAtHasBeenSet = false;
130
131 ChatResponseConfigurationDetail m_inUseConfiguration;
132 bool m_inUseConfigurationHasBeenSet = false;
133
134 ChatResponseConfigurationDetail m_lastUpdateConfiguration;
135 bool m_lastUpdateConfigurationHasBeenSet = false;
136
137 Aws::String m_requestId;
138 bool m_requestIdHasBeenSet = false;
139 };
140
141} // namespace Model
142} // namespace QBusiness
143} // namespace Aws
GetChatResponseConfigurationResult & WithDisplayName(DisplayNameT &&value)
GetChatResponseConfigurationResult & WithCreatedAt(CreatedAtT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ChatResponseConfigurationDetail & GetInUseConfiguration() const
GetChatResponseConfigurationResult & WithLastUpdateConfiguration(LastUpdateConfigurationT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult()=default
GetChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
const ChatResponseConfigurationDetail & GetLastUpdateConfiguration() const
GetChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetChatResponseConfigurationResult & WithInUseConfiguration(InUseConfigurationT &&value)
void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
GetChatResponseConfigurationResult & 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