/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace EC2 { namespace Model { enum class ReplacementStrategy { NOT_SET, launch, launch_before_terminate }; namespace ReplacementStrategyMapper { AWS_EC2_API ReplacementStrategy GetReplacementStrategyForName(const Aws::String& name); AWS_EC2_API Aws::String GetNameForReplacementStrategy(ReplacementStrategy value); } // namespace ReplacementStrategyMapper } // namespace Model } // namespace EC2 } // namespace Aws