7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediapackage-vod/MediaPackageVod_EXPORTS.h>
9#include <aws/mediapackage-vod/model/EncryptionMethod.h>
10#include <aws/mediapackage-vod/model/SpekeKeyProvider.h>
21namespace MediaPackageVod {
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;
77 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
79 m_spekeKeyProviderHasBeenSet =
true;
80 m_spekeKeyProvider = std::forward<SpekeKeyProviderT>(value);
82 template <
typename SpekeKeyProv
iderT = SpekeKeyProv
ider>
93 SpekeKeyProvider m_spekeKeyProvider;
94 bool m_constantInitializationVectorHasBeenSet =
false;
95 bool m_encryptionMethodHasBeenSet =
false;
96 bool m_spekeKeyProviderHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue