7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mediaconvert/MediaConvert_EXPORTS.h>
9#include <aws/mediaconvert/model/S3ServerSideEncryptionType.h>
20namespace MediaConvert {
52 m_encryptionTypeHasBeenSet =
true;
53 m_encryptionType = value;
73 template <
typename KmsEncryptionContextT = Aws::String>
75 m_kmsEncryptionContextHasBeenSet =
true;
76 m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value);
78 template <
typename KmsEncryptionContextT = Aws::String>
96 template <
typename KmsKeyArnT = Aws::String>
98 m_kmsKeyArnHasBeenSet =
true;
99 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
101 template <
typename KmsKeyArnT = Aws::String>
113 bool m_encryptionTypeHasBeenSet =
false;
114 bool m_kmsEncryptionContextHasBeenSet =
false;
115 bool m_kmsKeyArnHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue