Class UpdateJobExecutionResponse


  • public class UpdateJobExecutionResponse
    extends Object
    Response payload to an UpdateJobExecution request.
    • Field Detail

      • clientToken

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

        public JobExecutionState executionState
        Contains data about the state of a job execution.
      • jobDocument

        public HashMap<String,​Object> jobDocument
        A UTF-8 encoded JSON document that contains information that your devices need to perform the job.
      • timestamp

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

      • UpdateJobExecutionResponse

        public UpdateJobExecutionResponse()