7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackagev2/model/EncryptionMethod.h>
10#include <aws/mediapackagev2/model/SpekeKeyProvider.h>
23namespace mediapackagev2
50 template<
typename ConstantInitializationVectorT = Aws::String>
51 void SetConstantInitializationVector(ConstantInitializationVectorT&& value) { m_constantInitializationVectorHasBeenSet =
true; m_constantInitializationVector = std::forward<ConstantInitializationVectorT>(value); }
52 template<
typename ConstantInitializationVectorT = Aws::String>
62 template<
typename EncryptionMethodT = EncryptionMethod>
63 void SetEncryptionMethod(EncryptionMethodT&& value) { m_encryptionMethodHasBeenSet =
true; m_encryptionMethod = std::forward<EncryptionMethodT>(value); }
64 template<
typename EncryptionMethodT = EncryptionMethod>
109 template<
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
110 void SetSpekeKeyProvider(SpekeKeyProviderT&& value) { m_spekeKeyProviderHasBeenSet =
true; m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value); }
111 template<
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
117 bool m_constantInitializationVectorHasBeenSet =
false;
120 bool m_encryptionMethodHasBeenSet =
false;
122 int m_keyRotationIntervalSeconds{0};
123 bool m_keyRotationIntervalSecondsHasBeenSet =
false;
125 bool m_cmafExcludeSegmentDrmMetadata{
false};
126 bool m_cmafExcludeSegmentDrmMetadataHasBeenSet =
false;
128 SpekeKeyProvider m_spekeKeyProvider;
129 bool m_spekeKeyProviderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue