7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/InputSdpLocation.h>
46 template <
typename AncillarySdpsT = Aws::Vector<InputSdpLocation>>
48 m_ancillarySdpsHasBeenSet =
true;
49 m_ancillarySdps = std::forward<AncillarySdpsT>(value);
51 template <
typename AncillarySdpsT = Aws::Vector<InputSdpLocation>>
56 template <
typename AncillarySdpsT = InputSdpLocation>
58 m_ancillarySdpsHasBeenSet =
true;
59 m_ancillarySdps.emplace_back(std::forward<AncillarySdpsT>(value));
71 template <
typename AudioSdpsT = Aws::Vector<InputSdpLocation>>
73 m_audioSdpsHasBeenSet =
true;
74 m_audioSdps = std::forward<AudioSdpsT>(value);
76 template <
typename AudioSdpsT = Aws::Vector<InputSdpLocation>>
81 template <
typename AudioSdpsT = InputSdpLocation>
83 m_audioSdpsHasBeenSet =
true;
84 m_audioSdps.emplace_back(std::forward<AudioSdpsT>(value));
96 template <
typename V
ideoSdpT = InputSdpLocation>
98 m_videoSdpHasBeenSet =
true;
99 m_videoSdp = std::forward<VideoSdpT>(value);
101 template <
typename V
ideoSdpT = InputSdpLocation>
113 bool m_ancillarySdpsHasBeenSet =
false;
114 bool m_audioSdpsHasBeenSet =
false;
115 bool m_videoSdpHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue