7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/DecryptionMode.h>
20namespace MediaConvert {
45 m_decryptionModeHasBeenSet =
true;
46 m_decryptionMode = value;
64 template <
typename EncryptedDecryptionKeyT = Aws::String>
66 m_encryptedDecryptionKeyHasBeenSet =
true;
67 m_encryptedDecryptionKey = std::forward<EncryptedDecryptionKeyT>(value);
69 template <
typename EncryptedDecryptionKeyT = Aws::String>
86 template <
typename InitializationVectorT = Aws::String>
88 m_initializationVectorHasBeenSet =
true;
89 m_initializationVector = std::forward<InitializationVectorT>(value);
91 template <
typename InitializationVectorT = Aws::String>
106 template <
typename KmsKeyRegionT = Aws::String>
108 m_kmsKeyRegionHasBeenSet =
true;
109 m_kmsKeyRegion = std::forward<KmsKeyRegionT>(value);
111 template <
typename KmsKeyRegionT = Aws::String>
125 bool m_decryptionModeHasBeenSet =
false;
126 bool m_encryptedDecryptionKeyHasBeenSet =
false;
127 bool m_initializationVectorHasBeenSet =
false;
128 bool m_kmsKeyRegionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue