7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLiveRequest.h>
10#include <aws/medialive/MediaLive_EXPORTS.h>
41 template <
typename ChannelIdsT = Aws::Vector<Aws::String>>
43 m_channelIdsHasBeenSet =
true;
44 m_channelIds = std::forward<ChannelIdsT>(value);
46 template <
typename ChannelIdsT = Aws::Vector<Aws::String>>
51 template <
typename ChannelIdsT = Aws::String>
53 m_channelIdsHasBeenSet =
true;
54 m_channelIds.emplace_back(std::forward<ChannelIdsT>(value));
65 template <
typename MultiplexIdsT = Aws::Vector<Aws::String>>
67 m_multiplexIdsHasBeenSet =
true;
68 m_multiplexIds = std::forward<MultiplexIdsT>(value);
70 template <
typename MultiplexIdsT = Aws::Vector<Aws::String>>
75 template <
typename MultiplexIdsT = Aws::String>
77 m_multiplexIdsHasBeenSet =
true;
78 m_multiplexIds.emplace_back(std::forward<MultiplexIdsT>(value));
86 bool m_channelIdsHasBeenSet =
false;
87 bool m_multiplexIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector