7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class 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>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_chatResponseConfigurationIdHasBeenSet =
false;
88 bool m_chatResponseConfigurationArnHasBeenSet =
false;
89 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