/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Omics { namespace Model { enum class ReadSetExportJobStatus { NOT_SET, SUBMITTED, IN_PROGRESS, CANCELLING, CANCELLED, FAILED, COMPLETED, COMPLETED_WITH_FAILURES }; namespace ReadSetExportJobStatusMapper { AWS_OMICS_API ReadSetExportJobStatus GetReadSetExportJobStatusForName(const Aws::String& name); AWS_OMICS_API Aws::String GetNameForReadSetExportJobStatus(ReadSetExportJobStatus value); } // namespace ReadSetExportJobStatusMapper } // namespace Model } // namespace Omics } // namespace Aws