7#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
8#include <aws/mediaconvert/model/DecryptionMode.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
64 template<
typename EncryptedDecryptionKeyT = Aws::String>
65 void SetEncryptedDecryptionKey(EncryptedDecryptionKeyT&& value) { m_encryptedDecryptionKeyHasBeenSet =
true; m_encryptedDecryptionKey = std::forward<EncryptedDecryptionKeyT>(value); }
66 template<
typename EncryptedDecryptionKeyT = Aws::String>
80 template<
typename InitializationVectorT = Aws::String>
81 void SetInitializationVector(InitializationVectorT&& value) { m_initializationVectorHasBeenSet =
true; m_initializationVector = std::forward<InitializationVectorT>(value); }
82 template<
typename InitializationVectorT = Aws::String>
94 template<
typename KmsKeyRegionT = Aws::String>
95 void SetKmsKeyRegion(KmsKeyRegionT&& value) { m_kmsKeyRegionHasBeenSet =
true; m_kmsKeyRegion = std::forward<KmsKeyRegionT>(value); }
96 template<
typename KmsKeyRegionT = Aws::String>
102 bool m_decryptionModeHasBeenSet =
false;
105 bool m_encryptedDecryptionKeyHasBeenSet =
false;
108 bool m_initializationVectorHasBeenSet =
false;
111 bool m_kmsKeyRegionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue