7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/healthlake/model/CmkType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename KmsKeyIdT = Aws::String>
62 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
63 template<
typename KmsKeyIdT = Aws::String>
69 bool m_cmkTypeHasBeenSet =
false;
72 bool m_kmsKeyIdHasBeenSet =
false;
bool CmkTypeHasBeenSet() const
AWS_HEALTHLAKE_API KmsEncryptionConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API KmsEncryptionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
bool KmsKeyIdHasBeenSet() const
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCmkType(CmkType value)
AWS_HEALTHLAKE_API KmsEncryptionConfig()=default
CmkType GetCmkType() const
KmsEncryptionConfig & WithCmkType(CmkType value)
const Aws::String & GetKmsKeyId() const
KmsEncryptionConfig & WithKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue