7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/QBusiness_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class 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>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_chatResponseConfigurationIdHasBeenSet =
false;
92 bool m_chatResponseConfigurationArnHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
CreateChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetChatResponseConfigurationArn() const
void SetRequestId(RequestIdT &&value)
AWS_QBUSINESS_API CreateChatResponseConfigurationResult()=default
void SetChatResponseConfigurationId(ChatResponseConfigurationIdT &&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)
const Aws::String & GetRequestId() const
CreateChatResponseConfigurationResult & WithRequestId(RequestIdT &&value)
void SetChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
CreateChatResponseConfigurationResult & WithChatResponseConfigurationId(ChatResponseConfigurationIdT &&value)
const Aws::String & GetChatResponseConfigurationId() const
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