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;
136 template <
typename SegmentT = Segment>
138 m_segmentHasBeenSet =
true;
139 m_segment = std::forward<SegmentT>(value);
141 template <
typename SegmentT = Segment>
153 template <
typename CreatedAtT = Aws::Utils::DateTime>
155 m_createdAtHasBeenSet =
true;
156 m_createdAt = std::forward<CreatedAtT>(value);
158 template <
typename CreatedAtT = Aws::Utils::DateTime>
170 template <
typename ModifiedAtT = Aws::Utils::DateTime>
172 m_modifiedAtHasBeenSet =
true;
173 m_modifiedAt = std::forward<ModifiedAtT>(value);
175 template <
typename ModifiedAtT = Aws::Utils::DateTime>
187 template <
typename DescriptionT = Aws::String>
189 m_descriptionHasBeenSet =
true;
190 m_description = std::forward<DescriptionT>(value);
192 template <
typename DescriptionT = Aws::String>
207 m_startoverWindowSecondsHasBeenSet =
true;
208 m_startoverWindowSeconds = value;
221 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
223 m_hlsManifestsHasBeenSet =
true;
224 m_hlsManifests = std::forward<HlsManifestsT>(value);
226 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
231 template <
typename HlsManifestsT = GetHlsManifestConfiguration>
233 m_hlsManifestsHasBeenSet =
true;
234 m_hlsManifests.emplace_back(std::forward<HlsManifestsT>(value));
244 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
246 m_lowLatencyHlsManifestsHasBeenSet =
true;
247 m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value);
249 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
254 template <
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
256 m_lowLatencyHlsManifestsHasBeenSet =
true;
257 m_lowLatencyHlsManifests.emplace_back(std::forward<LowLatencyHlsManifestsT>(value));
267 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
269 m_dashManifestsHasBeenSet =
true;
270 m_dashManifests = std::forward<DashManifestsT>(value);
272 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
277 template <
typename DashManifestsT = GetDashManifestConfiguration>
279 m_dashManifestsHasBeenSet =
true;
280 m_dashManifests.emplace_back(std::forward<DashManifestsT>(value));
291 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
293 m_mssManifestsHasBeenSet =
true;
294 m_mssManifests = std::forward<MssManifestsT>(value);
296 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
301 template <
typename MssManifestsT = GetMssManifestConfiguration>
303 m_mssManifestsHasBeenSet =
true;
304 m_mssManifests.emplace_back(std::forward<MssManifestsT>(value));
314 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
316 m_forceEndpointErrorConfigurationHasBeenSet =
true;
317 m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value);
319 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
332 m_uriSeparatorHasBeenSet =
true;
333 m_uriSeparator = value;
347 template <
typename ETagT = Aws::String>
349 m_eTagHasBeenSet =
true;
350 m_eTag = std::forward<ETagT>(value);
352 template <
typename ETagT = Aws::String>
354 SetETag(std::forward<ETagT>(value));
365 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
367 m_tagsHasBeenSet =
true;
368 m_tags = std::forward<TagsT>(value);
370 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
372 SetTags(std::forward<TagsT>(value));
375 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
377 m_tagsHasBeenSet =
true;
378 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
386 template <
typename RequestIdT = Aws::String>
388 m_requestIdHasBeenSet =
true;
389 m_requestId = std::forward<RequestIdT>(value);
391 template <
typename RequestIdT = Aws::String>
418 int m_startoverWindowSeconds{0};
428 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
438 bool m_arnHasBeenSet =
false;
439 bool m_channelGroupNameHasBeenSet =
false;
440 bool m_channelNameHasBeenSet =
false;
441 bool m_originEndpointNameHasBeenSet =
false;
442 bool m_containerTypeHasBeenSet =
false;
443 bool m_segmentHasBeenSet =
false;
444 bool m_createdAtHasBeenSet =
false;
445 bool m_modifiedAtHasBeenSet =
false;
446 bool m_descriptionHasBeenSet =
false;
447 bool m_startoverWindowSecondsHasBeenSet =
false;
448 bool m_hlsManifestsHasBeenSet =
false;
449 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
450 bool m_dashManifestsHasBeenSet =
false;
451 bool m_mssManifestsHasBeenSet =
false;
452 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
453 bool m_uriSeparatorHasBeenSet =
false;
454 bool m_eTagHasBeenSet =
false;
455 bool m_tagsHasBeenSet =
false;
456 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