/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace drs { namespace Model { enum class LaunchDisposition { NOT_SET, STOPPED, STARTED }; namespace LaunchDispositionMapper { AWS_DRS_API LaunchDisposition GetLaunchDispositionForName(const Aws::String& name); AWS_DRS_API Aws::String GetNameForLaunchDisposition(LaunchDisposition value); } // namespace LaunchDispositionMapper } // namespace Model } // namespace drs } // namespace Aws