7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename ChannelIdT = Aws::String>
51 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
52 template<
typename ChannelIdT = Aws::String>
64 template<
typename ChannelGroupT = Aws::String>
65 void SetChannelGroup(ChannelGroupT&& value) { m_channelGroupHasBeenSet =
true; m_channelGroup = std::forward<ChannelGroupT>(value); }
66 template<
typename ChannelGroupT = Aws::String>
78 template<
typename ChannelNameT = Aws::String>
79 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
80 template<
typename ChannelNameT = Aws::String>
86 bool m_channelIdHasBeenSet =
false;
89 bool m_channelGroupHasBeenSet =
false;
92 bool m_channelNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue