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 SummaryFields Modifier and Type Field Description StringclientTokenOptional.HashMap<String,String>statusDetailsA collection of name-value pairs that describe the status of the job execution.LongstepTimeoutInMinutesSpecifies the amount of time this device has to finish execution of this job.StringthingNameIoT Thing the request is relative to.
 - 
Constructor SummaryConstructors Constructor Description StartNextPendingJobExecutionRequest()
 
- 
- 
- 
Field Detail- 
thingNamepublic String thingName IoT Thing the request is relative to.
 - 
clientTokenpublic String clientToken Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.
 - 
stepTimeoutInMinutespublic Long stepTimeoutInMinutes Specifies the amount of time this device has to finish execution of this job.
 
- 
 
-