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 ResetAtT = Aws::Utils::DateTime>
179 m_resetAtHasBeenSet =
true;
180 m_resetAt = std::forward<ResetAtT>(value);
182 template <
typename ResetAtT = Aws::Utils::DateTime>
194 template <
typename DescriptionT = Aws::String>
196 m_descriptionHasBeenSet =
true;
197 m_description = std::forward<DescriptionT>(value);
199 template <
typename DescriptionT = Aws::String>
209 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
211 m_ingestEndpointsHasBeenSet =
true;
212 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
214 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
219 template <
typename IngestEndpo
intsT = IngestEndpo
int>
221 m_ingestEndpointsHasBeenSet =
true;
222 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
243 m_inputTypeHasBeenSet =
true;
258 template <
typename ETagT = Aws::String>
260 m_eTagHasBeenSet =
true;
261 m_eTag = std::forward<ETagT>(value);
263 template <
typename ETagT = Aws::String>
265 SetETag(std::forward<ETagT>(value));
275 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
277 m_tagsHasBeenSet =
true;
278 m_tags = std::forward<TagsT>(value);
280 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
282 SetTags(std::forward<TagsT>(value));
285 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
287 m_tagsHasBeenSet =
true;
288 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
300 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
302 m_inputSwitchConfigurationHasBeenSet =
true;
303 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
305 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
319 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
321 m_outputHeaderConfigurationHasBeenSet =
true;
322 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
324 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
342 m_outputLockingModeHasBeenSet =
true;
343 m_outputLockingMode = value;
354 template <
typename RequestIdT = Aws::String>
356 m_requestIdHasBeenSet =
true;
357 m_requestId = std::forward<RequestIdT>(value);
359 template <
typename RequestIdT = Aws::String>
394 InputSwitchConfiguration m_inputSwitchConfiguration;
396 OutputHeaderConfiguration m_outputHeaderConfiguration;
402 bool m_multiviewConfigurationHasBeenSet =
false;
403 bool m_attachedMultiviewChannelsHasBeenSet =
false;
404 bool m_arnHasBeenSet =
false;
405 bool m_channelNameHasBeenSet =
false;
406 bool m_channelGroupNameHasBeenSet =
false;
407 bool m_createdAtHasBeenSet =
false;
408 bool m_modifiedAtHasBeenSet =
false;
409 bool m_resetAtHasBeenSet =
false;
410 bool m_descriptionHasBeenSet =
false;
411 bool m_ingestEndpointsHasBeenSet =
false;
412 bool m_inputTypeHasBeenSet =
false;
413 bool m_eTagHasBeenSet =
false;
414 bool m_tagsHasBeenSet =
false;
415 bool m_inputSwitchConfigurationHasBeenSet =
false;
416 bool m_outputHeaderConfigurationHasBeenSet =
false;
417 bool m_outputLockingModeHasBeenSet =
false;
418 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