7#include <aws/core/utils/UUID.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/Mediapackagev2Request.h>
12#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
13#include <aws/mediapackagev2/model/ContainerType.h>
14#include <aws/mediapackagev2/model/CreateDashManifestConfiguration.h>
15#include <aws/mediapackagev2/model/CreateHlsManifestConfiguration.h>
16#include <aws/mediapackagev2/model/CreateLowLatencyHlsManifestConfiguration.h>
17#include <aws/mediapackagev2/model/CreateMssManifestConfiguration.h>
18#include <aws/mediapackagev2/model/ForceEndpointErrorConfiguration.h>
19#include <aws/mediapackagev2/model/Segment.h>
20#include <aws/mediapackagev2/model/UriSeparator.h>
25namespace mediapackagev2 {
52 template <
typename ChannelGroupNameT = Aws::String>
54 m_channelGroupNameHasBeenSet =
true;
55 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
57 template <
typename ChannelGroupNameT = Aws::String>
72 template <
typename ChannelNameT = Aws::String>
74 m_channelNameHasBeenSet =
true;
75 m_channelName = std::forward<ChannelNameT>(value);
77 template <
typename ChannelNameT = Aws::String>
93 template <
typename OriginEndpo
intNameT = Aws::String>
95 m_originEndpointNameHasBeenSet =
true;
96 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
98 template <
typename OriginEndpo
intNameT = Aws::String>
115 m_containerTypeHasBeenSet =
true;
116 m_containerType = value;
131 template <
typename SegmentT = Segment>
133 m_segmentHasBeenSet =
true;
134 m_segment = std::forward<SegmentT>(value);
136 template <
typename SegmentT = Segment>
150 template <
typename ClientTokenT = Aws::String>
152 m_clientTokenHasBeenSet =
true;
153 m_clientToken = std::forward<ClientTokenT>(value);
155 template <
typename ClientTokenT = Aws::String>
169 template <
typename DescriptionT = Aws::String>
171 m_descriptionHasBeenSet =
true;
172 m_description = std::forward<DescriptionT>(value);
174 template <
typename DescriptionT = Aws::String>
191 m_startoverWindowSecondsHasBeenSet =
true;
192 m_startoverWindowSeconds = value;
206 template <
typename HlsManifestsT = Aws::Vector<CreateHlsManifestConfiguration>>
208 m_hlsManifestsHasBeenSet =
true;
209 m_hlsManifests = std::forward<HlsManifestsT>(value);
211 template <
typename HlsManifestsT = Aws::Vector<CreateHlsManifestConfiguration>>
216 template <
typename HlsManifestsT = CreateHlsManifestConfiguration>
218 m_hlsManifestsHasBeenSet =
true;
219 m_hlsManifests.emplace_back(std::forward<HlsManifestsT>(value));
230 template <
typename LowLatencyHlsManifestsT = Aws::Vector<CreateLowLatencyHlsManifestConfiguration>>
232 m_lowLatencyHlsManifestsHasBeenSet =
true;
233 m_lowLatencyHlsManifests = std::forward<LowLatencyHlsManifestsT>(value);
235 template <
typename LowLatencyHlsManifestsT = Aws::Vector<CreateLowLatencyHlsManifestConfiguration>>
240 template <
typename LowLatencyHlsManifestsT = CreateLowLatencyHlsManifestConfiguration>
242 m_lowLatencyHlsManifestsHasBeenSet =
true;
243 m_lowLatencyHlsManifests.emplace_back(std::forward<LowLatencyHlsManifestsT>(value));
254 template <
typename DashManifestsT = Aws::Vector<CreateDashManifestConfiguration>>
256 m_dashManifestsHasBeenSet =
true;
257 m_dashManifests = std::forward<DashManifestsT>(value);
259 template <
typename DashManifestsT = Aws::Vector<CreateDashManifestConfiguration>>
264 template <
typename DashManifestsT = CreateDashManifestConfiguration>
266 m_dashManifestsHasBeenSet =
true;
267 m_dashManifests.emplace_back(std::forward<DashManifestsT>(value));
280 template <
typename MssManifestsT = Aws::Vector<CreateMssManifestConfiguration>>
282 m_mssManifestsHasBeenSet =
true;
283 m_mssManifests = std::forward<MssManifestsT>(value);
285 template <
typename MssManifestsT = Aws::Vector<CreateMssManifestConfiguration>>
290 template <
typename MssManifestsT = CreateMssManifestConfiguration>
292 m_mssManifestsHasBeenSet =
true;
293 m_mssManifests.emplace_back(std::forward<MssManifestsT>(value));
304 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
306 m_forceEndpointErrorConfigurationHasBeenSet =
true;
307 m_forceEndpointErrorConfiguration = std::forward<ForceEndpointErrorConfigurationT>(value);
309 template <
typename ForceEndpo
intErrorConfigurationT = ForceEndpo
intErrorConfiguration>
325 m_uriSeparatorHasBeenSet =
true;
326 m_uriSeparator = value;
342 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
344 m_tagsHasBeenSet =
true;
345 m_tags = std::forward<TagsT>(value);
347 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
349 SetTags(std::forward<TagsT>(value));
352 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
354 m_tagsHasBeenSet =
true;
355 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
374 int m_startoverWindowSeconds{0};
384 ForceEndpointErrorConfiguration m_forceEndpointErrorConfiguration;
389 bool m_channelGroupNameHasBeenSet =
false;
390 bool m_channelNameHasBeenSet =
false;
391 bool m_originEndpointNameHasBeenSet =
false;
392 bool m_containerTypeHasBeenSet =
false;
393 bool m_segmentHasBeenSet =
false;
394 bool m_clientTokenHasBeenSet =
true;
395 bool m_descriptionHasBeenSet =
false;
396 bool m_startoverWindowSecondsHasBeenSet =
false;
397 bool m_hlsManifestsHasBeenSet =
false;
398 bool m_lowLatencyHlsManifestsHasBeenSet =
false;
399 bool m_dashManifestsHasBeenSet =
false;
400 bool m_mssManifestsHasBeenSet =
false;
401 bool m_forceEndpointErrorConfigurationHasBeenSet =
false;
402 bool m_uriSeparatorHasBeenSet =
false;
403 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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