7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
19namespace DevOpsAgent {
41 template <
typename ChannelNameT = Aws::String>
43 m_channelNameHasBeenSet =
true;
44 m_channelName = std::forward<ChannelNameT>(value);
46 template <
typename ChannelNameT = Aws::String>
59 template <
typename ChannelIdT = Aws::String>
61 m_channelIdHasBeenSet =
true;
62 m_channelId = std::forward<ChannelIdT>(value);
64 template <
typename ChannelIdT = Aws::String>
74 bool m_channelNameHasBeenSet =
false;
75 bool m_channelIdHasBeenSet =
false;
SlackChannel & WithChannelName(ChannelNameT &&value)
bool ChannelIdHasBeenSet() const
SlackChannel & WithChannelId(ChannelIdT &&value)
AWS_DEVOPSAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetChannelId() const
AWS_DEVOPSAGENT_API SlackChannel & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetChannelId(ChannelIdT &&value)
bool ChannelNameHasBeenSet() const
const Aws::String & GetChannelName() const
void SetChannelName(ChannelNameT &&value)
AWS_DEVOPSAGENT_API SlackChannel(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSAGENT_API SlackChannel()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue