7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/medialive/model/InputSdpLocation.h>
52 template<
typename AncillarySdpsT = Aws::Vector<InputSdpLocation>>
53 void SetAncillarySdps(AncillarySdpsT&& value) { m_ancillarySdpsHasBeenSet =
true; m_ancillarySdps = std::forward<AncillarySdpsT>(value); }
54 template<
typename AncillarySdpsT = Aws::Vector<InputSdpLocation>>
56 template<
typename AncillarySdpsT = InputSdpLocation>
67 template<
typename AudioSdpsT = Aws::Vector<InputSdpLocation>>
68 void SetAudioSdps(AudioSdpsT&& value) { m_audioSdpsHasBeenSet =
true; m_audioSdps = std::forward<AudioSdpsT>(value); }
69 template<
typename AudioSdpsT = Aws::Vector<InputSdpLocation>>
71 template<
typename AudioSdpsT = InputSdpLocation>
82 template<
typename V
ideoSdpT = InputSdpLocation>
83 void SetVideoSdp(VideoSdpT&& value) { m_videoSdpHasBeenSet =
true; m_videoSdp = std::forward<VideoSdpT>(value); }
84 template<
typename V
ideoSdpT = InputSdpLocation>
90 bool m_ancillarySdpsHasBeenSet =
false;
93 bool m_audioSdpsHasBeenSet =
false;
96 bool m_videoSdpHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue