7#include <aws/bedrock-data-automation/BedrockDataAutomation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace BedrockDataAutomation
45 template<
typename KmsKeyIdT = Aws::String>
46 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
47 template<
typename KmsKeyIdT = Aws::String>
55 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
56 void SetKmsEncryptionContext(KmsEncryptionContextT&& value) { m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext = std::forward<KmsEncryptionContextT>(value); }
57 template<
typename KmsEncryptionContextT = Aws::Map<Aws::String, Aws::String>>
59 template<
typename KmsEncryptionContextKeyT = Aws::String,
typename KmsEncryptionContextValueT = Aws::String>
61 m_kmsEncryptionContextHasBeenSet =
true; m_kmsEncryptionContext.emplace(std::forward<KmsEncryptionContextKeyT>(key), std::forward<KmsEncryptionContextValueT>(value));
return *
this;
67 bool m_kmsKeyIdHasBeenSet =
false;
70 bool m_kmsEncryptionContextHasBeenSet =
false;
void SetKmsEncryptionContext(KmsEncryptionContextT &&value)
AWS_BEDROCKDATAAUTOMATION_API Aws::Utils::Json::JsonValue Jsonize() const
EncryptionConfiguration & WithKmsEncryptionContext(KmsEncryptionContextT &&value)
bool KmsEncryptionContextHasBeenSet() const
EncryptionConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_BEDROCKDATAAUTOMATION_API EncryptionConfiguration()=default
const Aws::Map< Aws::String, Aws::String > & GetKmsEncryptionContext() const
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
EncryptionConfiguration & AddKmsEncryptionContext(KmsEncryptionContextKeyT &&key, KmsEncryptionContextValueT &&value)
const Aws::String & GetKmsKeyId() const
AWS_BEDROCKDATAAUTOMATION_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKDATAAUTOMATION_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
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