7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/medialive/MediaLive_EXPORTS.h>
9#include <aws/medialive/model/AudioPid.h>
39 inline int GetPid()
const {
return m_pid; }
42 m_pidHasBeenSet =
true;
59 template <
typename P
idsT = Aws::Vector<AudioP
id>>
61 m_pidsHasBeenSet =
true;
62 m_pids = std::forward<PidsT>(value);
64 template <
typename P
idsT = Aws::Vector<AudioP
id>>
66 SetPids(std::forward<PidsT>(value));
69 template <
typename P
idsT = AudioP
id>
71 m_pidsHasBeenSet =
true;
72 m_pids.emplace_back(std::forward<PidsT>(value));
80 bool m_pidHasBeenSet =
false;
81 bool m_pidsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue