/** * 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 IoT1ClickDevicesService { namespace Model { class Attributes { public: AWS_IOT1CLICKDEVICESSERVICE_API Attributes(); AWS_IOT1CLICKDEVICESSERVICE_API Attributes(Aws::Utils::Json::JsonView jsonValue); AWS_IOT1CLICKDEVICESSERVICE_API Attributes& operator=(Aws::Utils::Json::JsonView jsonValue); AWS_IOT1CLICKDEVICESSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const; }; } // namespace Model } // namespace IoT1ClickDevicesService } // namespace Aws