7#include <aws/bedrock-data-automation-runtime/BedrockDataAutomationRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace BedrockDataAutomationRuntime
47 template<
typename KmsKeyIdT = Aws::String>
48 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
49 template<
typename KmsKeyIdT = Aws::String>
59 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
60 void SetKmsEncryptionContext(KmsEncryptionContextT&& value) { m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value); }
61 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
63 template<
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
65 m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(key), std::forward<KmsEncryptionContextValueT>(value));
return *
this;
71 bool m_kmsKeyIdHasBeenSet =
false;
74 bool m_kmsEncryptionContextHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
EncryptionConfiguration & WithKmsEncryptionContext(KmsEncryptionContextT &&value)
const Aws::String & GetKmsKeyId() const
void SetKmsEncryptionContext(KmsEncryptionContextT &&value)
bool KmsKeyIdHasBeenSet() const
bool KmsEncryptionContextHasBeenSet() const
EncryptionConfiguration & AddKmsEncryptionContext(KmsEncryptionContextKeyT &&key, KmsEncryptionContextValueT &&value)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API EncryptionConfiguration()=default
EncryptionConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetKmsEncryptionContext() const
AWS_BEDROCKDATAAUTOMATIONRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
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