/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Rekognition { namespace Model { enum class Attribute { NOT_SET, DEFAULT, ALL }; namespace AttributeMapper { AWS_REKOGNITION_API Attribute GetAttributeForName(const Aws::String& name); AWS_REKOGNITION_API Aws::String GetNameForAttribute(Attribute value); } // namespace AttributeMapper } // namespace Model } // namespace Rekognition } // namespace Aws