7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
10#include <aws/mediapackagev2/model/MultiviewLayoutType.h>
21namespace mediapackagev2 {
49 template <
typename AvailableSourcesT = Aws::Vector<Aws::String>>
51 m_availableSourcesHasBeenSet =
true;
52 m_availableSources = std::forward<AvailableSourcesT>(value);
54 template <
typename AvailableSourcesT = Aws::Vector<Aws::String>>
59 template <
typename AvailableSourcesT = Aws::String>
61 m_availableSourcesHasBeenSet =
true;
62 m_availableSources.emplace_back(std::forward<AvailableSourcesT>(value));
75 template <
typename AvailableLayoutsT = Aws::Vector<MultiviewLayoutType>>
77 m_availableLayoutsHasBeenSet =
true;
78 m_availableLayouts = std::forward<AvailableLayoutsT>(value);
80 template <
typename AvailableLayoutsT = Aws::Vector<MultiviewLayoutType>>
86 m_availableLayoutsHasBeenSet =
true;
87 m_availableLayouts.push_back(value);
95 bool m_availableSourcesHasBeenSet =
false;
96 bool m_availableLayoutsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue