7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ChannelIdsT = Aws::Vector<Aws::String>>
46 void SetChannelIds(ChannelIdsT&& value) { m_channelIdsHasBeenSet =
true; m_channelIds = std::forward<ChannelIdsT>(value); }
47 template<
typename ChannelIdsT = Aws::Vector<Aws::String>>
49 template<
typename ChannelIdsT = Aws::String>
50 BatchStartRequest&
AddChannelIds(ChannelIdsT&& value) { m_channelIdsHasBeenSet =
true; m_channelIds.emplace_back(std::forward<ChannelIdsT>(value));
return *
this; }
59 template<
typename MultiplexIdsT = Aws::Vector<Aws::String>>
60 void SetMultiplexIds(MultiplexIdsT&& value) { m_multiplexIdsHasBeenSet =
true; m_multiplexIds = std::forward<MultiplexIdsT>(value); }
61 template<
typename MultiplexIdsT = Aws::Vector<Aws::String>>
63 template<
typename MultiplexIdsT = Aws::String>
64 BatchStartRequest&
AddMultiplexIds(MultiplexIdsT&& value) { m_multiplexIdsHasBeenSet =
true; m_multiplexIds.emplace_back(std::forward<MultiplexIdsT>(value));
return *
this; }
69 bool m_channelIdsHasBeenSet =
false;
72 bool m_multiplexIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector