7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage/MediaPackage_EXPORTS.h>
9#include <aws/mediapackage/model/CmafEncryptionMethod.h>
10#include <aws/mediapackage/model/SpekeKeyProvider.h>
21namespace MediaPackage {
45 template <
typename ConstantInitializationVectorT = Aws::String>
47 m_constantInitializationVectorHasBeenSet =
true;
48 m_constantInitializationVector = std::forward<ConstantInitializationVectorT>(value);
50 template <
typename ConstantInitializationVectorT = Aws::String>
62 m_encryptionMethodHasBeenSet =
true;
63 m_encryptionMethod = value;
78 m_keyRotationIntervalSecondsHasBeenSet =
true;
79 m_keyRotationIntervalSeconds = value;
91 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
93 m_spekeKeyProviderHasBeenSet =
true;
94 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
96 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
107 int m_keyRotationIntervalSeconds{0};
109 SpekeKeyProvider m_spekeKeyProvider;
110 bool m_constantInitializationVectorHasBeenSet =
false;
111 bool m_encryptionMethodHasBeenSet =
false;
112 bool m_keyRotationIntervalSecondsHasBeenSet =
false;
113 bool m_spekeKeyProviderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue