7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/OutputGroupSettings.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/model/Output.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename OutputGroupSettingsT = OutputGroupSettings>
63 void SetOutputGroupSettings(OutputGroupSettingsT&& value) { m_outputGroupSettingsHasBeenSet =
true; m_outputGroupSettings = std::forward<OutputGroupSettingsT>(value); }
64 template<
typename OutputGroupSettingsT = OutputGroupSettings>
72 template<
typename OutputsT = Aws::Vector<Output>>
73 void SetOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs = std::forward<OutputsT>(value); }
74 template<
typename OutputsT = Aws::Vector<Output>>
76 template<
typename OutputsT = Output>
77 OutputGroup&
AddOutputs(OutputsT&& value) { m_outputsHasBeenSet =
true; m_outputs.emplace_back(std::forward<OutputsT>(value));
return *
this; }
82 bool m_nameHasBeenSet =
false;
85 bool m_outputGroupSettingsHasBeenSet =
false;
88 bool m_outputsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue