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

The output from the AttachThingPrincipal operation.

See Also:

* AWS * API Reference

*/ class AWS_IOT_API AttachThingPrincipalResult { public: AttachThingPrincipalResult(); AttachThingPrincipalResult(const Aws::AmazonWebServiceResult& result); AttachThingPrincipalResult& operator=(const Aws::AmazonWebServiceResult& result); }; } // namespace Model } // namespace IoT } // namespace Aws