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 ChatConfigurationArnT = Aws::String>
43 void SetChatConfigurationArn(ChatConfigurationArnT&& value) { m_chatConfigurationArnHasBeenSet =
true; m_chatConfigurationArn = std::forward<ChatConfigurationArnT>(value); }
44 template<
typename ChatConfigurationArnT = Aws::String>
50 bool m_chatConfigurationArnHasBeenSet =
false;
void SetChatConfigurationArn(ChatConfigurationArnT &&value)
AWS_CHATBOT_API DeleteSlackChannelConfigurationRequest()=default
DeleteSlackChannelConfigurationRequest & WithChatConfigurationArn(ChatConfigurationArnT &&value)
bool ChatConfigurationArnHasBeenSet() const
const Aws::String & GetChatConfigurationArn() const
AWS_CHATBOT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String