/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace S3Control { namespace Model { enum class JobReportScope { NOT_SET, AllTasks, FailedTasksOnly }; namespace JobReportScopeMapper { AWS_S3CONTROL_API JobReportScope GetJobReportScopeForName(const Aws::String& name); AWS_S3CONTROL_API Aws::String GetNameForJobReportScope(JobReportScope value); } // namespace JobReportScopeMapper } // namespace Model } // namespace S3Control } // namespace Aws