7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qbusiness/QBusiness_EXPORTS.h>
11#include <aws/qbusiness/model/ChatResponseConfigurationDetail.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ChatResponseConfigurationIdT = Aws::String>
39 m_chatResponseConfigurationIdHasBeenSet =
true;
40 m_chatResponseConfigurationId = std::forward<ChatResponseConfigurationIdT>(value);
42 template <
typename ChatResponseConfigurationIdT = Aws::String>
56 template <
typename ChatResponseConfigurationArnT = Aws::String>
58 m_chatResponseConfigurationArnHasBeenSet =
true;
59 m_chatResponseConfigurationArn = std::forward<ChatResponseConfigurationArnT>(value);
61 template <
typename ChatResponseConfigurationArnT = Aws::String>
74 template <
typename DisplayNameT = Aws::String>
76 m_displayNameHasBeenSet =
true;
77 m_displayName = std::forward<DisplayNameT>(value);
79 template <
typename DisplayNameT = Aws::String>
92 template <
typename CreatedAtT = Aws::Utils::DateTime>
94 m_createdAtHasBeenSet =
true;
95 m_createdAt = std::forward<CreatedAtT>(value);
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
110 template <
typename InUseConfigurationT = ChatResponseConfigurationDetail>
112 m_inUseConfigurationHasBeenSet =
true;
113 m_inUseConfiguration = std::forward<InUseConfigurationT>(value);
115 template <
typename InUseConfigurationT = ChatResponseConfigurationDetail>
128 template <
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
130 m_lastUpdateConfigurationHasBeenSet =
true;
131 m_lastUpdateConfiguration = std::forward<LastUpdateConfigurationT>(value);
133 template <
typename LastUpdateConfigurationT = ChatResponseConfigurationDetail>
143 template <
typename RequestIdT = Aws::String>
145 m_requestIdHasBeenSet =
true;
146 m_requestId = std::forward<RequestIdT>(value);
148 template <
typename RequestIdT = Aws::String>
165 ChatResponseConfigurationDetail m_inUseConfiguration;
167 ChatResponseConfigurationDetail m_lastUpdateConfiguration;
171 bool m_chatResponseConfigurationIdHasBeenSet =
false;
172 bool m_chatResponseConfigurationArnHasBeenSet =
false;
173 bool m_displayNameHasBeenSet =
false;
174 bool m_createdAtHasBeenSet =
false;
175 bool m_inUseConfigurationHasBeenSet =
false;
176 bool m_lastUpdateConfigurationHasBeenSet =
false;
177 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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