Class StartNextJobExecutionResponse
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.StartNextJobExecutionResponse
-
public class StartNextJobExecutionResponse extends Object
Response payload to a StartNextJobExecution request.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
A client token used to correlate requests and responses.JobExecutionData
execution
Contains data about a job execution.Timestamp
timestamp
The time when the message was sent to the device.
-
Constructor Summary
Constructors Constructor Description StartNextJobExecutionResponse()
-
-
-
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.
-
-