7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconvert/model/MsSmoothAudioDeduplication.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediaconvert/model/DestinationSettings.h>
12#include <aws/mediaconvert/model/MsSmoothEncryptionSettings.h>
13#include <aws/mediaconvert/model/MsSmoothFragmentLengthControl.h>
14#include <aws/mediaconvert/model/MsSmoothManifestEncoding.h>
15#include <aws/mediaconvert/model/MsSmoothAdditionalManifest.h>
60 template<
typename AdditionalManifestsT = Aws::Vector<MsSmoothAdditionalManifest>>
61 void SetAdditionalManifests(AdditionalManifestsT&& value) { m_additionalManifestsHasBeenSet =
true; m_additionalManifests = std::forward<AdditionalManifestsT>(value); }
62 template<
typename AdditionalManifestsT = Aws::Vector<MsSmoothAdditionalManifest>>
64 template<
typename AdditionalManifestsT = MsSmoothAdditionalManifest>
88 template<
typename DestinationT = Aws::String>
89 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
90 template<
typename DestinationT = Aws::String>
101 template<
typename DestinationSettingsT = DestinationSettings>
102 void SetDestinationSettings(DestinationSettingsT&& value) { m_destinationSettingsHasBeenSet =
true; m_destinationSettings = std::forward<DestinationSettingsT>(value); }
103 template<
typename DestinationSettingsT = DestinationSettings>
113 template<
typename EncryptionT = MsSmoothEncryptionSettings>
114 void SetEncryption(EncryptionT&& value) { m_encryptionHasBeenSet =
true; m_encryption = std::forward<EncryptionT>(value); }
115 template<
typename EncryptionT = MsSmoothEncryptionSettings>
128 inline void SetFragmentLength(
int value) { m_fragmentLengthHasBeenSet =
true; m_fragmentLength = value; }
158 bool m_additionalManifestsHasBeenSet =
false;
161 bool m_audioDeduplicationHasBeenSet =
false;
164 bool m_destinationHasBeenSet =
false;
166 DestinationSettings m_destinationSettings;
167 bool m_destinationSettingsHasBeenSet =
false;
169 MsSmoothEncryptionSettings m_encryption;
170 bool m_encryptionHasBeenSet =
false;
172 int m_fragmentLength{0};
173 bool m_fragmentLengthHasBeenSet =
false;
176 bool m_fragmentLengthControlHasBeenSet =
false;
179 bool m_manifestEncodingHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue