7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
11#include <aws/mediapackagev2/model/InputType.h>
12#include <aws/mediapackagev2/model/MultiviewConfiguration.h>
13#include <aws/mediapackagev2/model/OutputLockingMode.h>
24namespace mediapackagev2 {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
65 template <
typename ChannelNameT = Aws::String>
67 m_channelNameHasBeenSet =
true;
68 m_channelName = std::forward<ChannelNameT>(value);
70 template <
typename ChannelNameT = Aws::String>
85 template <
typename ChannelGroupNameT = Aws::String>
87 m_channelGroupNameHasBeenSet =
true;
88 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
90 template <
typename ChannelGroupNameT = Aws::String>
103 template <
typename CreatedAtT = Aws::Utils::DateTime>
105 m_createdAtHasBeenSet =
true;
106 m_createdAt = std::forward<CreatedAtT>(value);
108 template <
typename CreatedAtT = Aws::Utils::DateTime>
121 template <
typename ModifiedAtT = Aws::Utils::DateTime>
123 m_modifiedAtHasBeenSet =
true;
124 m_modifiedAt = std::forward<ModifiedAtT>(value);
126 template <
typename ModifiedAtT = Aws::Utils::DateTime>
140 template <
typename DescriptionT = Aws::String>
142 m_descriptionHasBeenSet =
true;
143 m_description = std::forward<DescriptionT>(value);
145 template <
typename DescriptionT = Aws::String>
169 m_inputTypeHasBeenSet =
true;
190 m_outputLockingModeHasBeenSet =
true;
191 m_outputLockingMode = value;
206 template <
typename MultiviewConfigurationT = MultiviewConfiguration>
208 m_multiviewConfigurationHasBeenSet =
true;
209 m_multiviewConfiguration = std::forward<MultiviewConfigurationT>(value);
211 template <
typename MultiviewConfigurationT = MultiviewConfiguration>
225 template <
typename AttachedMultiviewChannelsT = Aws::Vector<Aws::String>>
227 m_attachedMultiviewChannelsHasBeenSet =
true;
228 m_attachedMultiviewChannels = std::forward<AttachedMultiviewChannelsT>(value);
230 template <
typename AttachedMultiviewChannelsT = Aws::Vector<Aws::String>>
235 template <
typename AttachedMultiviewChannelsT = Aws::String>
237 m_attachedMultiviewChannelsHasBeenSet =
true;
238 m_attachedMultiviewChannels.emplace_back(std::forward<AttachedMultiviewChannelsT>(value));
259 MultiviewConfiguration m_multiviewConfiguration;
262 bool m_arnHasBeenSet =
false;
263 bool m_channelNameHasBeenSet =
false;
264 bool m_channelGroupNameHasBeenSet =
false;
265 bool m_createdAtHasBeenSet =
false;
266 bool m_modifiedAtHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
268 bool m_inputTypeHasBeenSet =
false;
269 bool m_outputLockingModeHasBeenSet =
false;
270 bool m_multiviewConfigurationHasBeenSet =
false;
271 bool m_attachedMultiviewChannelsHasBeenSet =
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