7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/model/TransportStreamProgram.h>
48 template<
typename ProgramsT = Aws::Vector<TransportStreamProgram>>
49 void SetPrograms(ProgramsT&& value) { m_programsHasBeenSet =
true; m_programs = std::forward<ProgramsT>(value); }
50 template<
typename ProgramsT = Aws::Vector<TransportStreamProgram>>
52 template<
typename ProgramsT = TransportStreamProgram>
53 TransportMediaInfo&
AddPrograms(ProgramsT&& value) { m_programsHasBeenSet =
true; m_programs.emplace_back(std::forward<ProgramsT>(value));
return *
this; }
58 bool m_programsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue