7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/ElementalInferenceFeature.h>
10#include <aws/mediaconvert/model/ElementalInferenceFeed.h>
21namespace MediaConvert {
43 template <
typename FeaturesT = Aws::Vector<ElementalInferenceFeature>>
45 m_featuresHasBeenSet =
true;
46 m_features = std::forward<FeaturesT>(value);
48 template <
typename FeaturesT = Aws::Vector<ElementalInferenceFeature>>
54 m_featuresHasBeenSet =
true;
55 m_features.push_back(value);
66 template <
typename FeedsT = Aws::Vector<ElementalInferenceFeed>>
68 m_feedsHasBeenSet =
true;
69 m_feeds = std::forward<FeedsT>(value);
71 template <
typename FeedsT = Aws::Vector<ElementalInferenceFeed>>
73 SetFeeds(std::forward<FeedsT>(value));
76 template <
typename FeedsT = ElementalInferenceFeed>
78 m_feedsHasBeenSet =
true;
79 m_feeds.emplace_back(std::forward<FeedsT>(value));
87 bool m_featuresHasBeenSet =
false;
88 bool m_feedsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue