/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace MTurk { namespace Model { enum class HITStatus { NOT_SET, Assignable, Unassignable, Reviewable, Reviewing, Disposed }; namespace HITStatusMapper { AWS_MTURK_API HITStatus GetHITStatusForName(const Aws::String& name); AWS_MTURK_API Aws::String GetNameForHITStatus(HITStatus value); } // namespace HITStatusMapper } // namespace Model } // namespace MTurk } // namespace Aws