7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/HlsAudioOnlyContainer.h>
10#include <aws/mediaconvert/model/HlsAudioTrackType.h>
11#include <aws/mediaconvert/model/HlsDescriptiveVideoServiceFlag.h>
12#include <aws/mediaconvert/model/HlsIFrameOnlyManifest.h>
23namespace MediaConvert {
44 template <
typename AudioGroupIdT = Aws::String>
46 m_audioGroupIdHasBeenSet =
true;
47 m_audioGroupId = std::forward<AudioGroupIdT>(value);
49 template <
typename AudioGroupIdT = Aws::String>
67 m_audioOnlyContainerHasBeenSet =
true;
68 m_audioOnlyContainer = value;
83 template <
typename AudioRenditionSetsT = Aws::String>
85 m_audioRenditionSetsHasBeenSet =
true;
86 m_audioRenditionSets = std::forward<AudioRenditionSetsT>(value);
88 template <
typename AudioRenditionSetsT = Aws::String>
112 m_audioTrackTypeHasBeenSet =
true;
113 m_audioTrackType = value;
133 m_descriptiveVideoServiceFlagHasBeenSet =
true;
134 m_descriptiveVideoServiceFlag = value;
157 m_iFrameOnlyManifestHasBeenSet =
true;
158 m_iFrameOnlyManifest = value;
175 template <
typename SegmentModifierT = Aws::String>
177 m_segmentModifierHasBeenSet =
true;
178 m_segmentModifier = std::forward<SegmentModifierT>(value);
180 template <
typename SegmentModifierT = Aws::String>
200 bool m_audioGroupIdHasBeenSet =
false;
201 bool m_audioOnlyContainerHasBeenSet =
false;
202 bool m_audioRenditionSetsHasBeenSet =
false;
203 bool m_audioTrackTypeHasBeenSet =
false;
204 bool m_descriptiveVideoServiceFlagHasBeenSet =
false;
205 bool m_iFrameOnlyManifestHasBeenSet =
false;
206 bool m_segmentModifierHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue