7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/CmafEncryptionType.h>
10#include <aws/mediaconvert/model/CmafInitializationVectorInManifest.h>
11#include <aws/mediaconvert/model/CmafKeyProviderType.h>
12#include <aws/mediaconvert/model/HlsClearLead.h>
13#include <aws/mediaconvert/model/SpekeKeyProviderCmaf.h>
14#include <aws/mediaconvert/model/StaticKeyProvider.h>
25namespace MediaConvert {
59 m_clearLeadHasBeenSet =
true;
76 template <
typename ConstantInitializationVectorT = Aws::String>
78 m_constantInitializationVectorHasBeenSet =
true;
79 m_constantInitializationVector = std::forward<ConstantInitializationVectorT>(value);
81 template <
typename ConstantInitializationVectorT = Aws::String>
96 m_encryptionMethodHasBeenSet =
true;
97 m_encryptionMethod = value;
113 m_initializationVectorInManifestHasBeenSet =
true;
114 m_initializationVectorInManifest = value;
130 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
iderCmaf>
132 m_spekeKeyProviderHasBeenSet =
true;
133 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
135 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
iderCmaf>
148 template <
typename StaticKeyProv
iderT = StaticKeyProv
ider>
150 m_staticKeyProviderHasBeenSet =
true;
151 m_staticKeyProvider = std::forward<StaticKeyProviderT>(value);
153 template <
typename StaticKeyProv
iderT = StaticKeyProv
ider>
169 m_typeHasBeenSet =
true;
186 SpekeKeyProviderCmaf m_spekeKeyProvider;
188 StaticKeyProvider m_staticKeyProvider;
191 bool m_clearLeadHasBeenSet =
false;
192 bool m_constantInitializationVectorHasBeenSet =
false;
193 bool m_encryptionMethodHasBeenSet =
false;
194 bool m_initializationVectorInManifestHasBeenSet =
false;
195 bool m_spekeKeyProviderHasBeenSet =
false;
196 bool m_staticKeyProviderHasBeenSet =
false;
197 bool m_typeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue