/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Appflow { namespace Model { enum class SingularConnectorOperator { NOT_SET, PROJECTION, EQUAL_TO, ADDITION, MULTIPLICATION, DIVISION, SUBTRACTION, MASK_ALL, MASK_FIRST_N, MASK_LAST_N, VALIDATE_NON_NULL, VALIDATE_NON_ZERO, VALIDATE_NON_NEGATIVE, VALIDATE_NUMERIC, NO_OP }; namespace SingularConnectorOperatorMapper { AWS_APPFLOW_API SingularConnectorOperator GetSingularConnectorOperatorForName(const Aws::String& name); AWS_APPFLOW_API Aws::String GetNameForSingularConnectorOperator(SingularConnectorOperator value); } // namespace SingularConnectorOperatorMapper } // namespace Model } // namespace Appflow } // namespace Aws