7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/AudioChannelMapping.h>
41 template <
typename ChannelMappingsT = Aws::Vector<AudioChannelMapping>>
43 m_channelMappingsHasBeenSet =
true;
44 m_channelMappings = std::forward<ChannelMappingsT>(value);
46 template <
typename ChannelMappingsT = Aws::Vector<AudioChannelMapping>>
51 template <
typename ChannelMappingsT = AudioChannelMapping>
53 m_channelMappingsHasBeenSet =
true;
54 m_channelMappings.emplace_back(std::forward<ChannelMappingsT>(value));
66 m_channelsInHasBeenSet =
true;
83 m_channelsOutHasBeenSet =
true;
84 m_channelsOut = value;
97 bool m_channelMappingsHasBeenSet =
false;
98 bool m_channelsInHasBeenSet =
false;
99 bool m_channelsOutHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue