/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Route53Resolver { namespace Model { enum class MutationProtectionStatus { NOT_SET, ENABLED, DISABLED }; namespace MutationProtectionStatusMapper { AWS_ROUTE53RESOLVER_API MutationProtectionStatus GetMutationProtectionStatusForName(const Aws::String& name); AWS_ROUTE53RESOLVER_API Aws::String GetNameForMutationProtectionStatus(MutationProtectionStatus value); } // namespace MutationProtectionStatusMapper } // namespace Model } // namespace Route53Resolver } // namespace Aws