/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace CostandUsageReportService { namespace Model { enum class SchemaElement { NOT_SET, RESOURCES, SPLIT_COST_ALLOCATION_DATA }; namespace SchemaElementMapper { AWS_COSTANDUSAGEREPORTSERVICE_API SchemaElement GetSchemaElementForName(const Aws::String& name); AWS_COSTANDUSAGEREPORTSERVICE_API Aws::String GetNameForSchemaElement(SchemaElement value); } // namespace SchemaElementMapper } // namespace Model } // namespace CostandUsageReportService } // namespace Aws