7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/model/CustomAction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CustomActionT = CustomAction>
37 m_customActionHasBeenSet =
true;
38 m_customAction = std::forward<CustomActionT>(value);
40 template <
typename CustomActionT = CustomAction>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_customActionHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_CHATBOT_API GetCustomActionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHATBOT_API GetCustomActionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CHATBOT_API GetCustomActionResult()=default
GetCustomActionResult & WithCustomAction(CustomActionT &&value)
void SetCustomAction(CustomActionT &&value)
const Aws::String & GetRequestId() const
const CustomAction & GetCustomAction() const
GetCustomActionResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue