7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ssm-incidents/model/EmptyChatChannel.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
57 inline ChatChannel&
AddChatbotSns(
const char* value) { m_chatbotSnsHasBeenSet =
true; m_chatbotSns.push_back(value);
return *
this; }
74 bool m_chatbotSnsHasBeenSet =
false;
77 bool m_emptyHasBeenSet =
false;
ChatChannel & AddChatbotSns(const char *value)
ChatChannel & WithChatbotSns(Aws::Vector< Aws::String > &&value)
bool ChatbotSnsHasBeenSet() const
ChatChannel & AddChatbotSns(const Aws::String &value)
const Aws::Vector< Aws::String > & GetChatbotSns() const
ChatChannel & WithChatbotSns(const Aws::Vector< Aws::String > &value)
AWS_SSMINCIDENTS_API ChatChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
ChatChannel & WithEmpty(const EmptyChatChannel &value)
ChatChannel & AddChatbotSns(Aws::String &&value)
bool EmptyHasBeenSet() const
void SetEmpty(EmptyChatChannel &&value)
AWS_SSMINCIDENTS_API ChatChannel()
AWS_SSMINCIDENTS_API ChatChannel(Aws::Utils::Json::JsonView jsonValue)
ChatChannel & WithEmpty(EmptyChatChannel &&value)
void SetEmpty(const EmptyChatChannel &value)
const EmptyChatChannel & GetEmpty() const
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetChatbotSns(Aws::Vector< Aws::String > &&value)
void SetChatbotSns(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue