7#include <aws/mediapackage/MediaPackage_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackage/model/EncryptionMethod.h>
10#include <aws/mediapackage/model/SpekeKeyProvider.h>
51 template<
typename ConstantInitializationVectorT = Aws::String>
52 void SetConstantInitializationVector(ConstantInitializationVectorT&& value) { m_constantInitializationVectorHasBeenSet =
true; m_constantInitializationVector = std::forward<ConstantInitializationVectorT>(value); }
53 template<
typename ConstantInitializationVectorT = Aws::String>
83 inline void SetRepeatExtXKey(
bool value) { m_repeatExtXKeyHasBeenSet =
true; m_repeatExtXKey = value; }
91 template<
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
92 void SetSpekeKeyProvider(SpekeKeyProviderT&& value) { m_spekeKeyProviderHasBeenSet =
true; m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value); }
93 template<
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
99 bool m_constantInitializationVectorHasBeenSet =
false;
102 bool m_encryptionMethodHasBeenSet =
false;
104 int m_keyRotationIntervalSeconds{0};
105 bool m_keyRotationIntervalSecondsHasBeenSet =
false;
107 bool m_repeatExtXKey{
false};
108 bool m_repeatExtXKeyHasBeenSet =
false;
110 SpekeKeyProvider m_spekeKeyProvider;
111 bool m_spekeKeyProviderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue