7#include <aws/chatbot/Chatbot_EXPORTS.h>
8#include <aws/chatbot/ChatbotRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename CustomActionArnT = Aws::String>
43 void SetCustomActionArn(CustomActionArnT&& value) { m_customActionArnHasBeenSet =
true; m_customActionArn = std::forward<CustomActionArnT>(value); }
44 template<
typename CustomActionArnT = Aws::String>
50 bool m_customActionArnHasBeenSet =
false;
GetCustomActionRequest & WithCustomActionArn(CustomActionArnT &&value)
bool CustomActionArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_CHATBOT_API GetCustomActionRequest()=default
AWS_CHATBOT_API Aws::String SerializePayload() const override
void SetCustomActionArn(CustomActionArnT &&value)
const Aws::String & GetCustomActionArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String