/** * 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 ReadSetStatus { NOT_SET, ARCHIVED, ACTIVATING, ACTIVE, DELETING, DELETED, PROCESSING_UPLOAD, UPLOAD_FAILED }; namespace ReadSetStatusMapper { AWS_OMICS_API ReadSetStatus GetReadSetStatusForName(const Aws::String& name); AWS_OMICS_API Aws::String GetNameForReadSetStatus(ReadSetStatus value); } // namespace ReadSetStatusMapper } // namespace Model } // namespace Omics } // namespace Aws