7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/MediaLive_EXPORTS.h>
10#include <aws/medialive/model/Output.h>
11#include <aws/medialive/model/OutputGroupSettings.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename OutputGroupSettingsT = OutputGroupSettings>
64 m_outputGroupSettingsHasBeenSet =
true;
65 m_outputGroupSettings = std::forward<OutputGroupSettingsT>(value);
67 template <
typename OutputGroupSettingsT = OutputGroupSettings>
78 template <
typename OutputsT = Aws::Vector<Output>>
80 m_outputsHasBeenSet =
true;
81 m_outputs = std::forward<OutputsT>(value);
83 template <
typename OutputsT = Aws::Vector<Output>>
88 template <
typename OutputsT = Output>
90 m_outputsHasBeenSet =
true;
91 m_outputs.emplace_back(std::forward<OutputsT>(value));
101 bool m_nameHasBeenSet =
false;
102 bool m_outputGroupSettingsHasBeenSet =
false;
103 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