/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace EC2 { namespace Model { enum class SnapshotAttributeName { NOT_SET, productCodes, createVolumePermission }; namespace SnapshotAttributeNameMapper { AWS_EC2_API SnapshotAttributeName GetSnapshotAttributeNameForName(const Aws::String& name); AWS_EC2_API Aws::String GetNameForSnapshotAttributeName(SnapshotAttributeName value); } // namespace SnapshotAttributeNameMapper } // namespace Model } // namespace EC2 } // namespace Aws