7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/model/InputChannelLevel.h>
48 template<
typename InputChannelLevelsT = Aws::Vector<InputChannelLevel>>
49 void SetInputChannelLevels(InputChannelLevelsT&& value) { m_inputChannelLevelsHasBeenSet =
true; m_inputChannelLevels = std::forward<InputChannelLevelsT>(value); }
50 template<
typename InputChannelLevelsT = Aws::Vector<InputChannelLevel>>
52 template<
typename InputChannelLevelsT = InputChannelLevel>
62 inline void SetOutputChannel(
int value) { m_outputChannelHasBeenSet =
true; m_outputChannel = value; }
68 bool m_inputChannelLevelsHasBeenSet =
false;
70 int m_outputChannel{0};
71 bool m_outputChannelHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue