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/ContainerType.h>
14#include <aws/mediapackagev2/model/ForceEndpointErrorConfiguration.h>
15#include <aws/mediapackagev2/model/GetDashManifestConfiguration.h>
16#include <aws/mediapackagev2/model/GetHlsManifestConfiguration.h>
17#include <aws/mediapackagev2/model/GetLowLatencyHlsManifestConfiguration.h>
18#include <aws/mediapackagev2/model/GetMssManifestConfiguration.h>
19#include <aws/mediapackagev2/model/Segment.h>
20#include <aws/mediapackagev2/model/StreamNameOutputMode.h>
21#include <aws/mediapackagev2/model/UriSeparator.h>
26template <
typename RESULT_TYPE>
27class AmazonWebServiceResult;
34namespace mediapackagev2 {
47 template <
typename ArnT = Aws::String>
49 m_arnHasBeenSet =
true;
50 m_arn = std::forward<ArnT>(value);
52 template <
typename ArnT = Aws::String>
54 SetArn(std::forward<ArnT>(value));
66 template <
typename ChannelGroupNameT = Aws::String>
68 m_channelGroupNameHasBeenSet =
true;
69 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
71 template <
typename ChannelGroupNameT = Aws::String>
85 template <
typename ChannelNameT = Aws::String>
87 m_channelNameHasBeenSet =
true;
88 m_channelName = std::forward<ChannelNameT>(value);
90 template <
typename ChannelNameT = Aws::String>
104 template <
typename OriginEndpo
intNameT = Aws::String>
106 m_originEndpointNameHasBeenSet =
true;
107 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
109 template <
typename OriginEndpo
intNameT = Aws::String>
122 m_containerTypeHasBeenSet =
true;
123 m_containerType = value;
137 template <
typename SegmentT = Segment>
139 m_segmentHasBeenSet =
true;
140 m_segment = std::forward<SegmentT>(value);
142 template <
typename SegmentT = Segment>
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
156 m_createdAtHasBeenSet =
true;
157 m_createdAt = std::forward<CreatedAtT>(value);
159 template <
typename CreatedAtT = Aws::Utils::DateTime>
171 template <
typename ModifiedAtT = Aws::Utils::DateTime>
173 m_modifiedAtHasBeenSet =
true;
174 m_modifiedAt = std::forward<ModifiedAtT>(value);
176 template <
typename ModifiedAtT = Aws::Utils::DateTime>
188 template <
typename DescriptionT = Aws::String>
190 m_descriptionHasBeenSet =
true;
191 m_description = std::forward<DescriptionT>(value);
193 template <
typename DescriptionT = Aws::String>
208 m_startoverWindowSecondsHasBeenSet =
true;
209 m_startoverWindowSeconds = value;
222 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
224 m_hlsManifestsHasBeenSet =
true;
225 m_hlsManifests = std::forward<HlsManifestsT>(value);
227 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
232 template <
typename HlsManifestsT = GetHlsManifestConfiguration>
234 m_hlsManifestsHasBeenSet =
true;
235 m_hlsManifests.emplace_back(std::forward<HlsManifestsT>(value));
245 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
247 m_lowLatencyHlsManifestsHasBeenSet =
true;
248 m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value);
250 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
255 template <
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
257 m_lowLatencyHlsManifestsHasBeenSet =
true;
258 m_lowLatencyHlsManifests.emplace_back(std::forward<LowLatencyHlsManifestsT>(value));
268 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
270 m_dashManifestsHasBeenSet =
true;
271 m_dashManifests = std::forward<DashManifestsT>(value);
273 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
278 template <
typename DashManifestsT = GetDashManifestConfiguration>
280 m_dashManifestsHasBeenSet =
true;
281 m_dashManifests.emplace_back(std::forward<DashManifestsT>(value));
292 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
294 m_mssManifestsHasBeenSet =
true;
295 m_mssManifests = std::forward<MssManifestsT>(value);
297 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
302 template <
typename MssManifestsT = GetMssManifestConfiguration>
304 m_mssManifestsHasBeenSet =
true;
305 m_mssManifests.emplace_back(std::forward<MssManifestsT>(value));
315 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
317 m_forceEndpointErrorConfigurationHasBeenSet =
true;
318 m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value);
320 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
333 m_uriSeparatorHasBeenSet =
true;
334 m_uriSeparator = value;
349 m_streamNameOutputModeHasBeenSet =
true;
350 m_streamNameOutputMode = value;
364 template <
typename ETagT = Aws::String>
366 m_eTagHasBeenSet =
true;
367 m_eTag = std::forward<ETagT>(value);
369 template <
typename ETagT = Aws::String>
371 SetETag(std::forward<ETagT>(value));
382 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
384 m_tagsHasBeenSet =
true;
385 m_tags = std::forward<TagsT>(value);
387 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
389 SetTags(std::forward<TagsT>(value));
392 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
394 m_tagsHasBeenSet =
true;
395 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
403 template <
typename RequestIdT = Aws::String>
405 m_requestIdHasBeenSet =
true;
406 m_requestId = std::forward<RequestIdT>(value);
408 template <
typename RequestIdT = Aws::String>
435 int m_startoverWindowSeconds{0};
445 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
457 bool m_arnHasBeenSet =
false;
458 bool m_channelGroupNameHasBeenSet =
false;
459 bool m_channelNameHasBeenSet =
false;
460 bool m_originEndpointNameHasBeenSet =
false;
461 bool m_containerTypeHasBeenSet =
false;
462 bool m_segmentHasBeenSet =
false;
463 bool m_createdAtHasBeenSet =
false;
464 bool m_modifiedAtHasBeenSet =
false;
465 bool m_descriptionHasBeenSet =
false;
466 bool m_startoverWindowSecondsHasBeenSet =
false;
467 bool m_hlsManifestsHasBeenSet =
false;
468 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
469 bool m_dashManifestsHasBeenSet =
false;
470 bool m_mssManifestsHasBeenSet =
false;
471 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
472 bool m_uriSeparatorHasBeenSet =
false;
473 bool m_streamNameOutputModeHasBeenSet =
false;
474 bool m_eTagHasBeenSet =
false;
475 bool m_tagsHasBeenSet =
false;
476 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