7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/healthlake/HealthLake_EXPORTS.h>
9#include <aws/healthlake/model/CmkType.h>
44 m_cmkTypeHasBeenSet =
true;
60 template <
typename KmsKeyIdT = Aws::String>
62 m_kmsKeyIdHasBeenSet =
true;
63 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
65 template <
typename KmsKeyIdT = Aws::String>
75 bool m_cmkTypeHasBeenSet =
false;
76 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