/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/lexv2-models/LexModelsV2_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace LexModelsV2 { namespace Model { enum class TestResultMatchStatus { NOT_SET, Matched, Mismatched, ExecutionError }; namespace TestResultMatchStatusMapper { AWS_LEXMODELSV2_API TestResultMatchStatus GetTestResultMatchStatusForName(const Aws::String& name); AWS_LEXMODELSV2_API Aws::String GetNameForTestResultMatchStatus(TestResultMatchStatus value); } // namespace TestResultMatchStatusMapper } // namespace Model } // namespace LexModelsV2 } // namespace Aws