7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 template<
typename ChatResponseConfigurationIdT = Aws::String>
43 template<
typename ChatResponseConfigurationIdT = Aws::String>
54 template<
typename ChatResponseConfigurationArnT = Aws::String>
56 template<
typename ChatResponseConfigurationArnT = Aws::String>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_chatResponseConfigurationIdHasBeenSet =
false;
74 bool m_chatResponseConfigurationArnHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
CreateChatResponseConfigurationResult & WithChatResponseConfigurationArn(ChatResponseConfigurationArnT &&value)
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