/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Snowball { namespace Model { enum class StorageUnit { NOT_SET, TB }; namespace StorageUnitMapper { AWS_SNOWBALL_API StorageUnit GetStorageUnitForName(const Aws::String& name); AWS_SNOWBALL_API Aws::String GetNameForStorageUnit(StorageUnit value); } // namespace StorageUnitMapper } // namespace Model } // namespace Snowball } // namespace Aws