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/UriSeparator.h>
25template <
typename RESULT_TYPE>
26class AmazonWebServiceResult;
33namespace mediapackagev2 {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
65 template <
typename ChannelGroupNameT = Aws::String>
67 m_channelGroupNameHasBeenSet =
true;
68 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
70 template <
typename ChannelGroupNameT = Aws::String>
84 template <
typename ChannelNameT = Aws::String>
86 m_channelNameHasBeenSet =
true;
87 m_channelName = std::forward<ChannelNameT>(value);
89 template <
typename ChannelNameT = Aws::String>
103 template <
typename OriginEndpo
intNameT = Aws::String>
105 m_originEndpointNameHasBeenSet =
true;
106 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
108 template <
typename OriginEndpo
intNameT = Aws::String>
121 m_containerTypeHasBeenSet =
true;
122 m_containerType = value;
133 template <
typename SegmentT = Segment>
135 m_segmentHasBeenSet =
true;
136 m_segment = std::forward<SegmentT>(value);
138 template <
typename SegmentT = Segment>
150 template <
typename CreatedAtT = Aws::Utils::DateTime>
152 m_createdAtHasBeenSet =
true;
153 m_createdAt = std::forward<CreatedAtT>(value);
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 template <
typename ModifiedAtT = Aws::Utils::DateTime>
169 m_modifiedAtHasBeenSet =
true;
170 m_modifiedAt = std::forward<ModifiedAtT>(value);
172 template <
typename ModifiedAtT = Aws::Utils::DateTime>
184 template <
typename ResetAtT = Aws::Utils::DateTime>
186 m_resetAtHasBeenSet =
true;
187 m_resetAt = std::forward<ResetAtT>(value);
189 template <
typename ResetAtT = Aws::Utils::DateTime>
201 template <
typename DescriptionT = Aws::String>
203 m_descriptionHasBeenSet =
true;
204 m_description = std::forward<DescriptionT>(value);
206 template <
typename DescriptionT = Aws::String>
221 m_startoverWindowSecondsHasBeenSet =
true;
222 m_startoverWindowSeconds = value;
235 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
237 m_hlsManifestsHasBeenSet =
true;
238 m_hlsManifests = std::forward<HlsManifestsT>(value);
240 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
245 template <
typename HlsManifestsT = GetHlsManifestConfiguration>
247 m_hlsManifestsHasBeenSet =
true;
248 m_hlsManifests.emplace_back(std::forward<HlsManifestsT>(value));
258 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
260 m_lowLatencyHlsManifestsHasBeenSet =
true;
261 m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value);
263 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
268 template <
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
270 m_lowLatencyHlsManifestsHasBeenSet =
true;
271 m_lowLatencyHlsManifests.emplace_back(std::forward<LowLatencyHlsManifestsT>(value));
281 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
283 m_dashManifestsHasBeenSet =
true;
284 m_dashManifests = std::forward<DashManifestsT>(value);
286 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
291 template <
typename DashManifestsT = GetDashManifestConfiguration>
293 m_dashManifestsHasBeenSet =
true;
294 m_dashManifests.emplace_back(std::forward<DashManifestsT>(value));
305 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
307 m_mssManifestsHasBeenSet =
true;
308 m_mssManifests = std::forward<MssManifestsT>(value);
310 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
315 template <
typename MssManifestsT = GetMssManifestConfiguration>
317 m_mssManifestsHasBeenSet =
true;
318 m_mssManifests.emplace_back(std::forward<MssManifestsT>(value));
328 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
330 m_forceEndpointErrorConfigurationHasBeenSet =
true;
331 m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value);
333 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
346 m_uriSeparatorHasBeenSet =
true;
347 m_uriSeparator = value;
361 template <
typename ETagT = Aws::String>
363 m_eTagHasBeenSet =
true;
364 m_eTag = std::forward<ETagT>(value);
366 template <
typename ETagT = Aws::String>
368 SetETag(std::forward<ETagT>(value));
379 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
381 m_tagsHasBeenSet =
true;
382 m_tags = std::forward<TagsT>(value);
384 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
386 SetTags(std::forward<TagsT>(value));
389 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
391 m_tagsHasBeenSet =
true;
392 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
400 template <
typename RequestIdT = Aws::String>
402 m_requestIdHasBeenSet =
true;
403 m_requestId = std::forward<RequestIdT>(value);
405 template <
typename RequestIdT = Aws::String>
434 int m_startoverWindowSeconds{0};
444 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
454 bool m_arnHasBeenSet =
false;
455 bool m_channelGroupNameHasBeenSet =
false;
456 bool m_channelNameHasBeenSet =
false;
457 bool m_originEndpointNameHasBeenSet =
false;
458 bool m_containerTypeHasBeenSet =
false;
459 bool m_segmentHasBeenSet =
false;
460 bool m_createdAtHasBeenSet =
false;
461 bool m_modifiedAtHasBeenSet =
false;
462 bool m_resetAtHasBeenSet =
false;
463 bool m_descriptionHasBeenSet =
false;
464 bool m_startoverWindowSecondsHasBeenSet =
false;
465 bool m_hlsManifestsHasBeenSet =
false;
466 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
467 bool m_dashManifestsHasBeenSet =
false;
468 bool m_mssManifestsHasBeenSet =
false;
469 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
470 bool m_uriSeparatorHasBeenSet =
false;
471 bool m_eTagHasBeenSet =
false;
472 bool m_tagsHasBeenSet =
false;
473 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