7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
12#include <aws/mediapackagev2/model/ContainerType.h>
13#include <aws/mediapackagev2/model/ForceEndpointErrorConfiguration.h>
14#include <aws/mediapackagev2/model/GetDashManifestConfiguration.h>
15#include <aws/mediapackagev2/model/GetHlsManifestConfiguration.h>
16#include <aws/mediapackagev2/model/GetLowLatencyHlsManifestConfiguration.h>
17#include <aws/mediapackagev2/model/GetMssManifestConfiguration.h>
18#include <aws/mediapackagev2/model/Segment.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace mediapackagev2 {
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
63 template <
typename ChannelGroupNameT = Aws::String>
65 m_channelGroupNameHasBeenSet =
true;
66 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
68 template <
typename ChannelGroupNameT = Aws::String>
82 template <
typename ChannelNameT = Aws::String>
84 m_channelNameHasBeenSet =
true;
85 m_channelName = std::forward<ChannelNameT>(value);
87 template <
typename ChannelNameT = Aws::String>
101 template <
typename OriginEndpo
intNameT = Aws::String>
103 m_originEndpointNameHasBeenSet =
true;
104 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
106 template <
typename OriginEndpo
intNameT = Aws::String>
119 m_containerTypeHasBeenSet =
true;
120 m_containerType = value;
134 template <
typename SegmentT = Segment>
136 m_segmentHasBeenSet =
true;
137 m_segment = std::forward<SegmentT>(value);
139 template <
typename SegmentT = Segment>
151 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 m_createdAtHasBeenSet =
true;
154 m_createdAt = std::forward<CreatedAtT>(value);
156 template <
typename CreatedAtT = Aws::Utils::DateTime>
168 template <
typename ModifiedAtT = Aws::Utils::DateTime>
170 m_modifiedAtHasBeenSet =
true;
171 m_modifiedAt = std::forward<ModifiedAtT>(value);
173 template <
typename ModifiedAtT = Aws::Utils::DateTime>
185 template <
typename DescriptionT = Aws::String>
187 m_descriptionHasBeenSet =
true;
188 m_description = std::forward<DescriptionT>(value);
190 template <
typename DescriptionT = Aws::String>
205 m_startoverWindowSecondsHasBeenSet =
true;
206 m_startoverWindowSeconds = value;
219 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
221 m_hlsManifestsHasBeenSet =
true;
222 m_hlsManifests = std::forward<HlsManifestsT>(value);
224 template <
typename HlsManifestsT = Aws::Vector<GetHlsManifestConfiguration>>
229 template <
typename HlsManifestsT = GetHlsManifestConfiguration>
231 m_hlsManifestsHasBeenSet =
true;
232 m_hlsManifests.emplace_back(std::forward<HlsManifestsT>(value));
242 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
244 m_lowLatencyHlsManifestsHasBeenSet =
true;
245 m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value);
247 template <
typename LowLatencyHlsManifestsT = Aws::Vector<GetLowLatencyHlsManifestConfiguration>>
252 template <
typename LowLatencyHlsManifestsT = GetLowLatencyHlsManifestConfiguration>
254 m_lowLatencyHlsManifestsHasBeenSet =
true;
255 m_lowLatencyHlsManifests.emplace_back(std::forward<LowLatencyHlsManifestsT>(value));
265 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
267 m_dashManifestsHasBeenSet =
true;
268 m_dashManifests = std::forward<DashManifestsT>(value);
270 template <
typename DashManifestsT = Aws::Vector<GetDashManifestConfiguration>>
275 template <
typename DashManifestsT = GetDashManifestConfiguration>
277 m_dashManifestsHasBeenSet =
true;
278 m_dashManifests.emplace_back(std::forward<DashManifestsT>(value));
289 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
291 m_mssManifestsHasBeenSet =
true;
292 m_mssManifests = std::forward<MssManifestsT>(value);
294 template <
typename MssManifestsT = Aws::Vector<GetMssManifestConfiguration>>
299 template <
typename MssManifestsT = GetMssManifestConfiguration>
301 m_mssManifestsHasBeenSet =
true;
302 m_mssManifests.emplace_back(std::forward<MssManifestsT>(value));
312 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
314 m_forceEndpointErrorConfigurationHasBeenSet =
true;
315 m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value);
317 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
330 template <
typename ETagT = Aws::String>
332 m_eTagHasBeenSet =
true;
333 m_eTag = std::forward<ETagT>(value);
335 template <
typename ETagT = Aws::String>
337 SetETag(std::forward<ETagT>(value));
348 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
350 m_tagsHasBeenSet =
true;
351 m_tags = std::forward<TagsT>(value);
353 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
355 SetTags(std::forward<TagsT>(value));
358 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
360 m_tagsHasBeenSet =
true;
361 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
369 template <
typename RequestIdT = Aws::String>
371 m_requestIdHasBeenSet =
true;
372 m_requestId = std::forward<RequestIdT>(value);
374 template <
typename RequestIdT = Aws::String>
399 int m_startoverWindowSeconds{0};
409 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
416 bool m_arnHasBeenSet =
false;
417 bool m_channelGroupNameHasBeenSet =
false;
418 bool m_channelNameHasBeenSet =
false;
419 bool m_originEndpointNameHasBeenSet =
false;
420 bool m_containerTypeHasBeenSet =
false;
421 bool m_segmentHasBeenSet =
false;
422 bool m_createdAtHasBeenSet =
false;
423 bool m_modifiedAtHasBeenSet =
false;
424 bool m_descriptionHasBeenSet =
false;
425 bool m_startoverWindowSecondsHasBeenSet =
false;
426 bool m_hlsManifestsHasBeenSet =
false;
427 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
428 bool m_dashManifestsHasBeenSet =
false;
429 bool m_mssManifestsHasBeenSet =
false;
430 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
431 bool m_eTagHasBeenSet =
false;
432 bool m_tagsHasBeenSet =
false;
433 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