Class UpdateJobExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.UpdateJobExecutionResponse
-
public class UpdateJobExecutionResponse extends Object
Response payload to an UpdateJobExecution request.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
A client token used to correlate requests and responses.JobExecutionState
executionState
Contains data about the state of a job execution.HashMap<String,Object>
jobDocument
A UTF-8 encoded JSON document that contains information that your devices need to perform the job.Timestamp
timestamp
The time when the message was sent.
-
Constructor Summary
Constructors Constructor Description UpdateJobExecutionResponse()
-
-
-
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.
-
-