/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace ARCZonalShift { namespace Model { enum class AppliedStatus { NOT_SET, APPLIED, NOT_APPLIED }; namespace AppliedStatusMapper { AWS_ARCZONALSHIFT_API AppliedStatus GetAppliedStatusForName(const Aws::String& name); AWS_ARCZONALSHIFT_API Aws::String GetNameForAppliedStatus(AppliedStatus value); } // namespace AppliedStatusMapper } // namespace Model } // namespace ARCZonalShift } // namespace Aws