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 InputIdsT = Aws::Vector<Aws::String>>
67 m_inputIdsHasBeenSet =
true;
68 m_inputIds = std::forward<InputIdsT>(value);
70 template <
typename InputIdsT = Aws::Vector<Aws::String>>
75 template <
typename InputIdsT = Aws::String>
77 m_inputIdsHasBeenSet =
true;
78 m_inputIds.emplace_back(std::forward<InputIdsT>(value));
89 template <
typename InputSecurityGroupIdsT = Aws::Vector<Aws::String>>
91 m_inputSecurityGroupIdsHasBeenSet =
true;
92 m_inputSecurityGroupIds = std::forward<InputSecurityGroupIdsT>(value);
94 template <
typename InputSecurityGroupIdsT = Aws::Vector<Aws::String>>
99 template <
typename InputSecurityGroupIdsT = Aws::String>
101 m_inputSecurityGroupIdsHasBeenSet =
true;
102 m_inputSecurityGroupIds.emplace_back(std::forward<InputSecurityGroupIdsT>(value));
113 template <
typename MultiplexIdsT = Aws::Vector<Aws::String>>
115 m_multiplexIdsHasBeenSet =
true;
116 m_multiplexIds = std::forward<MultiplexIdsT>(value);
118 template <
typename MultiplexIdsT = Aws::Vector<Aws::String>>
123 template <
typename MultiplexIdsT = Aws::String>
125 m_multiplexIdsHasBeenSet =
true;
126 m_multiplexIds.emplace_back(std::forward<MultiplexIdsT>(value));
132 bool m_channelIdsHasBeenSet =
false;
135 bool m_inputIdsHasBeenSet =
false;
138 bool m_inputSecurityGroupIdsHasBeenSet =
false;
141 bool m_multiplexIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector