Class StartNextPendingJobExecutionRequest
- java.lang.Object
-
- software.amazon.awssdk.iot.iotjobs.model.StartNextPendingJobExecutionRequest
-
public class StartNextPendingJobExecutionRequest extends Object
Data needed to make a StartNextPendingJobExecution request.
-
-
Field Summary
Fields Modifier and Type Field Description String
clientToken
Optional.HashMap<String,String>
statusDetails
A collection of name-value pairs that describe the status of the job execution.Long
stepTimeoutInMinutes
Specifies the amount of time this device has to finish execution of this job.String
thingName
IoT Thing the request is relative to.
-
Constructor Summary
Constructors Constructor Description StartNextPendingJobExecutionRequest()
-
-
-
Field Detail
-
thingName
public String thingName
IoT Thing the request is relative to.
-
clientToken
public String clientToken
Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
-
stepTimeoutInMinutes
public Long stepTimeoutInMinutes
Specifies the amount of time this device has to finish execution of this job.
-
-