Class StartNextJobExecutionResponse


  • public class StartNextJobExecutionResponse
    extends Object
    Response payload to a StartNextJobExecution request.
    • Field Detail

      • clientToken

        public String clientToken
        A client token used to correlate requests and responses.
      • execution

        public JobExecutionData execution
        Contains data about a job execution.
      • timestamp

        public Timestamp timestamp
        The time when the message was sent to the device.
    • Constructor Detail

      • StartNextJobExecutionResponse

        public StartNextJobExecutionResponse()