7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/SrtCallerSource.h>
10#include <aws/medialive/model/SrtListenerSettings.h>
41 template <
typename SrtCallerSourcesT = Aws::Vector<SrtCallerSource>>
43 m_srtCallerSourcesHasBeenSet =
true;
44 m_srtCallerSources = std::forward<SrtCallerSourcesT>(value);
46 template <
typename SrtCallerSourcesT = Aws::Vector<SrtCallerSource>>
51 template <
typename SrtCallerSourcesT = SrtCallerSource>
53 m_srtCallerSourcesHasBeenSet =
true;
54 m_srtCallerSources.emplace_back(std::forward<SrtCallerSourcesT>(value));
63 template <
typename SrtListenerSettingsT = SrtListenerSettings>
65 m_srtListenerSettingsHasBeenSet =
true;
66 m_srtListenerSettings = std::forward<SrtListenerSettingsT>(value);
68 template <
typename SrtListenerSettingsT = SrtListenerSettings>
78 bool m_srtCallerSourcesHasBeenSet =
false;
79 bool m_srtListenerSettingsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue