#pragma once /* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. * * This file is generated */ #include #include #include namespace Aws { namespace Iotjobs { /** * Data needed to subscribe to GetPendingJobExecutions responses. * */ class AWS_IOTJOBS_API GetPendingJobExecutionsSubscriptionRequest final { public: GetPendingJobExecutionsSubscriptionRequest() = default; GetPendingJobExecutionsSubscriptionRequest(const Crt::JsonView &doc); GetPendingJobExecutionsSubscriptionRequest &operator=(const Crt::JsonView &doc); void SerializeToObject(Crt::JsonObject &doc) const; /** * Name of the IoT Thing that you want to subscribe to GetPendingJobExecutions response events for. * */ Aws::Crt::Optional ThingName; private: static void LoadFromObject(GetPendingJobExecutionsSubscriptionRequest &obj, const Crt::JsonView &doc); }; } // namespace Iotjobs } // namespace Aws