#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 StartNextPendingJobExecution responses. * */ class AWS_IOTJOBS_API StartNextPendingJobExecutionSubscriptionRequest final { public: StartNextPendingJobExecutionSubscriptionRequest() = default; StartNextPendingJobExecutionSubscriptionRequest(const Crt::JsonView &doc); StartNextPendingJobExecutionSubscriptionRequest &operator=(const Crt::JsonView &doc); void SerializeToObject(Crt::JsonObject &doc) const; /** * Name of the IoT Thing that you want to subscribe to StartNextPendingJobExecution response events for. * */ Aws::Crt::Optional ThingName; private: static void LoadFromObject(StartNextPendingJobExecutionSubscriptionRequest &obj, const Crt::JsonView &doc); }; } // namespace Iotjobs } // namespace Aws