/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The Chatbot chat channel used for collaboration during an
* incident.See Also:
AWS
* API Reference
The Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline const Aws::VectorThe Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline bool ChatbotSnsHasBeenSet() const { return m_chatbotSnsHasBeenSet; } /** *The Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline void SetChatbotSns(const Aws::VectorThe Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline void SetChatbotSns(Aws::VectorThe Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline ChatChannel& WithChatbotSns(const Aws::VectorThe Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline ChatChannel& WithChatbotSns(Aws::VectorThe Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline ChatChannel& AddChatbotSns(const Aws::String& value) { m_chatbotSnsHasBeenSet = true; m_chatbotSns.push_back(value); return *this; } /** *The Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline ChatChannel& AddChatbotSns(Aws::String&& value) { m_chatbotSnsHasBeenSet = true; m_chatbotSns.push_back(std::move(value)); return *this; } /** *The Amazon SNS targets that Chatbot uses to notify the chat channel of * updates to an incident. You can also make updates to the incident through the * chat channel by using the Amazon SNS topics.
*/ inline ChatChannel& AddChatbotSns(const char* value) { m_chatbotSnsHasBeenSet = true; m_chatbotSns.push_back(value); return *this; } /** *Used to remove the chat channel from an incident record or response plan.
*/ inline const EmptyChatChannel& GetEmpty() const{ return m_empty; } /** *Used to remove the chat channel from an incident record or response plan.
*/ inline bool EmptyHasBeenSet() const { return m_emptyHasBeenSet; } /** *Used to remove the chat channel from an incident record or response plan.
*/ inline void SetEmpty(const EmptyChatChannel& value) { m_emptyHasBeenSet = true; m_empty = value; } /** *Used to remove the chat channel from an incident record or response plan.
*/ inline void SetEmpty(EmptyChatChannel&& value) { m_emptyHasBeenSet = true; m_empty = std::move(value); } /** *Used to remove the chat channel from an incident record or response plan.
*/ inline ChatChannel& WithEmpty(const EmptyChatChannel& value) { SetEmpty(value); return *this;} /** *Used to remove the chat channel from an incident record or response plan.
*/ inline ChatChannel& WithEmpty(EmptyChatChannel&& value) { SetEmpty(std::move(value)); return *this;} private: Aws::Vector