7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/model/OutputDetail.h>
48 template<
typename OutputDetailsT = Aws::Vector<OutputDetail>>
49 void SetOutputDetails(OutputDetailsT&& value) { m_outputDetailsHasBeenSet =
true; m_outputDetails = std::forward<OutputDetailsT>(value); }
50 template<
typename OutputDetailsT = Aws::Vector<OutputDetail>>
52 template<
typename OutputDetailsT = OutputDetail>
53 OutputGroupDetail&
AddOutputDetails(OutputDetailsT&& value) { m_outputDetailsHasBeenSet =
true; m_outputDetails.emplace_back(std::forward<OutputDetailsT>(value));
return *
this; }
58 bool m_outputDetailsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue