7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ChannelIdT = Aws::String>
47 void SetChannelId(ChannelIdT&& value) { m_channelIdHasBeenSet =
true; m_channelId = std::forward<ChannelIdT>(value); }
48 template<
typename ChannelIdT = Aws::String>
58 template<
typename ProgramNameT = Aws::String>
59 void SetProgramName(ProgramNameT&& value) { m_programNameHasBeenSet =
true; m_programName = std::forward<ProgramNameT>(value); }
60 template<
typename ProgramNameT = Aws::String>
66 bool m_channelIdHasBeenSet =
false;
69 bool m_programNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue