7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
10#include <aws/qbusiness/model/ChatResponseConfigurationDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ChatResponseConfigurationIdT = Aws::String>
38 m_chatResponseConfigurationIdHasBeenSet =
true;
39 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
41 template <
typename ChatResponseConfigurationIdT = Aws::String>
55 template <
typename ChatResponseConfigurationArnT = Aws::String>
57 m_chatResponseConfigurationArnHasBeenSet =
true;
58 m_chatResponseConfigurationArn = std::forward<ChatResponseConfigurationArnT>(value);
60 template <
typename ChatResponseConfigurationArnT = Aws::String>
73 template <
typename DisplayNameT = Aws::String>
75 m_displayNameHasBeenSet =
true;
76 m_displayName = std::forward<DisplayNameT>(value);
78 template <
typename DisplayNameT = Aws::String>
91 template <
typename CreatedAtT = Aws::Utils::DateTime>
93 m_createdAtHasBeenSet =
true;
94 m_createdAt = std::forward<CreatedAtT>(value);
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
109 template <
typename InUseConfigurationT = ChatResponseConfigurationDetail>
111 m_inUseConfigurationHasBeenSet =
true;
112 m_inUseConfiguration = std::forward<InUseConfigurationT>(value);
114 template <
typename InUseConfigurationT = ChatResponseConfigurationDetail>
127 template <
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
129 m_lastUpdateConfigurationHasBeenSet =
true;
130 m_lastUpdateConfiguration = std::forward<LastUpdateConfigurationT>(value);
132 template <
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
142 template <
typename RequestIdT = Aws::String>
144 m_requestIdHasBeenSet =
true;
145 m_requestId = std::forward<RequestIdT>(value);
147 template <
typename RequestIdT = Aws::String>
162 ChatResponseConfigurationDetail m_inUseConfiguration;
164 ChatResponseConfigurationDetail m_lastUpdateConfiguration;
167 bool m_chatResponseConfigurationIdHasBeenSet =
false;
168 bool m_chatResponseConfigurationArnHasBeenSet =
false;
169 bool m_displayNameHasBeenSet =
false;
170 bool m_createdAtHasBeenSet =
false;
171 bool m_inUseConfigurationHasBeenSet =
false;
172 bool m_lastUpdateConfigurationHasBeenSet =
false;
173 bool m_requestIdHasBeenSet =
false;
GetChatResponseConfigurationResult & WithDisplayName(DisplayNameT &&value)
GetChatResponseConfigurationResult & WithCreatedAt(CreatedAtT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ChatResponseConfigurationDetail & GetInUseConfiguration() const
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetChatResponseConfigurationArn() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetChatResponseConfigurationId() const
GetChatResponseConfigurationResult & WithLastUpdateConfiguration(LastUpdateConfigurationT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult()=default
const Aws::Utils::DateTime & GetCreatedAt() const
GetChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
const ChatResponseConfigurationDetail & GetLastUpdateConfiguration() const
GetChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
void SetInUseConfiguration(InUseConfigurationT &&value)
AWS_QBUSINESS_API GetChatResponseConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetChatResponseConfigurationResult & WithInUseConfiguration(InUseConfigurationT &&value)
const Aws::String & GetDisplayName() const
void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
void SetLastUpdateConfiguration(LastUpdateConfigurationT &&value)
GetChatResponseConfigurationResult & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
void SetCreatedAt(CreatedAtT &&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