7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
10#include <aws/mediaconnect/model/TransportStream.h>
21namespace MediaConnect {
45 m_pcrPidHasBeenSet =
true;
60 template <
typename ProgramNameT = Aws::String>
62 m_programNameHasBeenSet =
true;
63 m_programName = std::forward<ProgramNameT>(value);
65 template <
typename ProgramNameT = Aws::String>
79 m_programNumberHasBeenSet =
true;
80 m_programNumber = value;
96 m_programPidHasBeenSet =
true;
112 template <
typename StreamsT = Aws::Vector<TransportStream>>
114 m_streamsHasBeenSet =
true;
115 m_streams = std::forward<StreamsT>(value);
117 template <
typename StreamsT = Aws::Vector<TransportStream>>
122 template <
typename StreamsT = TransportStream>
124 m_streamsHasBeenSet =
true;
125 m_streams.emplace_back(std::forward<StreamsT>(value));
134 int m_programNumber{0};
139 bool m_pcrPidHasBeenSet =
false;
140 bool m_programNameHasBeenSet =
false;
141 bool m_programNumberHasBeenSet =
false;
142 bool m_programPidHasBeenSet =
false;
143 bool m_streamsHasBeenSet =
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