7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/OutputChannelMapping.h>
20namespace MediaConvert {
53 template <
typename OutputChannelsT = Aws::Vector<OutputChannelMapping>>
55 m_outputChannelsHasBeenSet =
true;
56 m_outputChannels = std::forward<OutputChannelsT>(value);
58 template <
typename OutputChannelsT = Aws::Vector<OutputChannelMapping>>
63 template <
typename OutputChannelsT = OutputChannelMapping>
65 m_outputChannelsHasBeenSet =
true;
66 m_outputChannels.emplace_back(std::forward<OutputChannelsT>(value));
72 bool m_outputChannelsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue