7#include <aws/securitylake/SecurityLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename KmsKeyIdT = Aws::String>
49 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
50 template<
typename KmsKeyIdT = Aws::String>
56 bool m_kmsKeyIdHasBeenSet =
false;
AWS_SECURITYLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetKmsKeyId() const
DataLakeEncryptionConfiguration & WithKmsKeyId(KmsKeyIdT &&value)
AWS_SECURITYLAKE_API DataLakeEncryptionConfiguration()=default
AWS_SECURITYLAKE_API DataLakeEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYLAKE_API DataLakeEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue