7#include <aws/chatbot/ChatbotRequest.h>
8#include <aws/chatbot/Chatbot_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename CustomActionArnT = Aws::String>
40 m_customActionArnHasBeenSet =
true;
41 m_customActionArn = std::forward<CustomActionArnT>(value);
43 template <
typename CustomActionArnT = Aws::String>
51 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