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