7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace TranscribeStreamingService
63 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
64 void SetKmsEncryptionContext(KmsEncryptionContextT&& value) { m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value); }
65 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
67 template<
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
69 m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(key), std::forward<KmsEncryptionContextValueT>(value));
return *
this;
94 template<
typename KmsKeyIdT = Aws::String>
95 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
96 template<
typename KmsKeyIdT = Aws::String>
102 bool m_kmsEncryptionContextHasBeenSet =
false;
105 bool m_kmsKeyIdHasBeenSet =
false;
const Aws::String & GetKmsKeyId() const
void SetKmsEncryptionContext(KmsEncryptionContextT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeEncryptionSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
MedicalScribeEncryptionSettings & AddKmsEncryptionContext(KmsEncryptionContextKeyT &&key, KmsEncryptionContextValueT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeEncryptionSettings()=default
const Aws::Map< Aws::String, Aws::String > & GetKmsEncryptionContext() const
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
MedicalScribeEncryptionSettings & WithKmsEncryptionContext(KmsEncryptionContextT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API MedicalScribeEncryptionSettings(Aws::Utils::Json::JsonView jsonValue)
bool KmsEncryptionContextHasBeenSet() const
MedicalScribeEncryptionSettings & WithKmsKeyId(KmsKeyIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue