/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace IoTWireless { namespace Model { /** *

Sidewalk object for creating a device profile.

See Also:

AWS * API Reference

*/ class SidewalkCreateDeviceProfile { public: AWS_IOTWIRELESS_API SidewalkCreateDeviceProfile(); AWS_IOTWIRELESS_API SidewalkCreateDeviceProfile(Aws::Utils::Json::JsonView jsonValue); AWS_IOTWIRELESS_API SidewalkCreateDeviceProfile& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_IOTWIRELESS_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace IoTWireless } // namespace Aws