7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage/MediaPackage_EXPORTS.h>
9#include <aws/mediapackage/model/EncryptionMethod.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>
64 m_encryptionMethodHasBeenSet =
true;
65 m_encryptionMethod = value;
80 m_keyRotationIntervalSecondsHasBeenSet =
true;
81 m_keyRotationIntervalSeconds = value;
96 m_repeatExtXKeyHasBeenSet =
true;
97 m_repeatExtXKey = value;
109 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
111 m_spekeKeyProviderHasBeenSet =
true;
112 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
114 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
125 int m_keyRotationIntervalSeconds{0};
127 bool m_repeatExtXKey{
false};
129 SpekeKeyProvider m_spekeKeyProvider;
130 bool m_constantInitializationVectorHasBeenSet =
false;
131 bool m_encryptionMethodHasBeenSet =
false;
132 bool m_keyRotationIntervalSecondsHasBeenSet =
false;
133 bool m_repeatExtXKeyHasBeenSet =
false;
134 bool m_spekeKeyProviderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue