/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CloudFormation { namespace Model { enum class OnFailure { NOT_SET, DO_NOTHING, ROLLBACK, DELETE_ }; namespace OnFailureMapper { AWS_CLOUDFORMATION_API OnFailure GetOnFailureForName(const Aws::String& name); AWS_CLOUDFORMATION_API Aws::String GetNameForOnFailure(OnFailure value); } // namespace OnFailureMapper } // namespace Model } // namespace CloudFormation } // namespace Aws