7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
13#include <aws/mediapackagev2/model/IngestEndpoint.h>
14#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
15#include <aws/mediapackagev2/model/InputType.h>
16#include <aws/mediapackagev2/model/MultiviewConfiguration.h>
17#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
18#include <aws/mediapackagev2/model/OutputLockingMode.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace mediapackagev2 {
45 template <
typename MultiviewConfigurationT = MultiviewConfiguration>
47 m_multiviewConfigurationHasBeenSet =
true;
48 m_multiviewConfiguration = std::forward<MultiviewConfigurationT>(value);
50 template <
typename MultiviewConfigurationT = MultiviewConfiguration>
65 template <
typename AttachedMultiviewChannelsT = Aws::Vector<Aws::String>>
67 m_attachedMultiviewChannelsHasBeenSet =
true;
68 m_attachedMultiviewChannels = std::forward<AttachedMultiviewChannelsT>(value);
70 template <
typename AttachedMultiviewChannelsT = Aws::Vector<Aws::String>>
75 template <
typename AttachedMultiviewChannelsT = Aws::String>
77 m_attachedMultiviewChannelsHasBeenSet =
true;
78 m_attachedMultiviewChannels.emplace_back(std::forward<AttachedMultiviewChannelsT>(value));
88 template <
typename ArnT = Aws::String>
90 m_arnHasBeenSet =
true;
91 m_arn = std::forward<ArnT>(value);
93 template <
typename ArnT = Aws::String>
95 SetArn(std::forward<ArnT>(value));
107 template <
typename ChannelNameT = Aws::String>
109 m_channelNameHasBeenSet =
true;
110 m_channelName = std::forward<ChannelNameT>(value);
112 template <
typename ChannelNameT = Aws::String>
126 template <
typename ChannelGroupNameT = Aws::String>
128 m_channelGroupNameHasBeenSet =
true;
129 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
131 template <
typename ChannelGroupNameT = Aws::String>
143 template <
typename CreatedAtT = Aws::Utils::DateTime>
145 m_createdAtHasBeenSet =
true;
146 m_createdAt = std::forward<CreatedAtT>(value);
148 template <
typename CreatedAtT = Aws::Utils::DateTime>
160 template <
typename ModifiedAtT = Aws::Utils::DateTime>
162 m_modifiedAtHasBeenSet =
true;
163 m_modifiedAt = std::forward<ModifiedAtT>(value);
165 template <
typename ModifiedAtT = Aws::Utils::DateTime>
177 template <
typename DescriptionT = Aws::String>
179 m_descriptionHasBeenSet =
true;
180 m_description = std::forward<DescriptionT>(value);
182 template <
typename DescriptionT = Aws::String>
192 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
194 m_ingestEndpointsHasBeenSet =
true;
195 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
197 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
202 template <
typename IngestEndpo
intsT = IngestEndpo
int>
204 m_ingestEndpointsHasBeenSet =
true;
205 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
226 m_inputTypeHasBeenSet =
true;
241 template <
typename ETagT = Aws::String>
243 m_eTagHasBeenSet =
true;
244 m_eTag = std::forward<ETagT>(value);
246 template <
typename ETagT = Aws::String>
248 SetETag(std::forward<ETagT>(value));
258 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
260 m_tagsHasBeenSet =
true;
261 m_tags = std::forward<TagsT>(value);
263 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
265 SetTags(std::forward<TagsT>(value));
268 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
270 m_tagsHasBeenSet =
true;
271 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
283 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
285 m_inputSwitchConfigurationHasBeenSet =
true;
286 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
288 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
302 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
304 m_outputHeaderConfigurationHasBeenSet =
true;
305 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
307 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
325 m_outputLockingModeHasBeenSet =
true;
326 m_outputLockingMode = value;
337 template <
typename RequestIdT = Aws::String>
339 m_requestIdHasBeenSet =
true;
340 m_requestId = std::forward<RequestIdT>(value);
342 template <
typename RequestIdT = Aws::String>
375 InputSwitchConfiguration m_inputSwitchConfiguration;
377 OutputHeaderConfiguration m_outputHeaderConfiguration;
383 bool m_multiviewConfigurationHasBeenSet =
false;
384 bool m_attachedMultiviewChannelsHasBeenSet =
false;
385 bool m_arnHasBeenSet =
false;
386 bool m_channelNameHasBeenSet =
false;
387 bool m_channelGroupNameHasBeenSet =
false;
388 bool m_createdAtHasBeenSet =
false;
389 bool m_modifiedAtHasBeenSet =
false;
390 bool m_descriptionHasBeenSet =
false;
391 bool m_ingestEndpointsHasBeenSet =
false;
392 bool m_inputTypeHasBeenSet =
false;
393 bool m_eTagHasBeenSet =
false;
394 bool m_tagsHasBeenSet =
false;
395 bool m_inputSwitchConfigurationHasBeenSet =
false;
396 bool m_outputHeaderConfigurationHasBeenSet =
false;
397 bool m_outputLockingModeHasBeenSet =
false;
398 bool m_requestIdHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue