@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartNextPendingJobExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartNextPendingJobExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
StartNextPendingJobExecutionRequest |
addStatusDetailsEntry(String key,
String value) |
StartNextPendingJobExecutionRequest |
clearStatusDetailsEntries()
Removes all the entries added into StatusDetails.
|
StartNextPendingJobExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,String> |
getStatusDetails()
A collection of name/value pairs that describe the status of the job execution.
|
Long |
getStepTimeoutInMinutes()
Specifies the amount of time this device has to finish execution of this job.
|
String |
getThingName()
The name of the thing associated with the device.
|
int |
hashCode() |
void |
setStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
void |
setStepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job.
|
void |
setThingName(String thingName)
The name of the thing associated with the device.
|
String |
toString()
Returns a string representation of this object.
|
StartNextPendingJobExecutionRequest |
withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
StartNextPendingJobExecutionRequest |
withStepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job.
|
StartNextPendingJobExecutionRequest |
withThingName(String thingName)
The name of the thing associated with the device.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setThingName(String thingName)
The name of the thing associated with the device.
thingName
- The name of the thing associated with the device.public String getThingName()
The name of the thing associated with the device.
public StartNextPendingJobExecutionRequest withThingName(String thingName)
The name of the thing associated with the device.
thingName
- The name of the thing associated with the device.public Map<String,String> getStatusDetails()
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
public void setStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
statusDetails
- A collection of name/value pairs that describe the status of the job execution. If not specified, the
statusDetails are unchanged.public StartNextPendingJobExecutionRequest withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
statusDetails
- A collection of name/value pairs that describe the status of the job execution. If not specified, the
statusDetails are unchanged.public StartNextPendingJobExecutionRequest addStatusDetailsEntry(String key, String value)
public StartNextPendingJobExecutionRequest clearStatusDetailsEntries()
public void setStepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job. If the job execution status is not
set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new timeout
value in field stepTimeoutInMinutes
) the job execution status will be automatically set to
TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout which may have
been specified when the job was created (CreateJob
using field timeoutConfig
).
stepTimeoutInMinutes
- Specifies the amount of time this device has to finish execution of this job. If the job execution status
is not set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new
timeout value in field stepTimeoutInMinutes
) the job execution status will be automatically
set to TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout
which may have been specified when the job was created (CreateJob
using field
timeoutConfig
).public Long getStepTimeoutInMinutes()
Specifies the amount of time this device has to finish execution of this job. If the job execution status is not
set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new timeout
value in field stepTimeoutInMinutes
) the job execution status will be automatically set to
TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout which may have
been specified when the job was created (CreateJob
using field timeoutConfig
).
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new
timeout value in field stepTimeoutInMinutes
) the job execution status will be automatically
set to TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout
which may have been specified when the job was created (CreateJob
using field
timeoutConfig
).public StartNextPendingJobExecutionRequest withStepTimeoutInMinutes(Long stepTimeoutInMinutes)
Specifies the amount of time this device has to finish execution of this job. If the job execution status is not
set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new timeout
value in field stepTimeoutInMinutes
) the job execution status will be automatically set to
TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout which may have
been specified when the job was created (CreateJob
using field timeoutConfig
).
stepTimeoutInMinutes
- Specifies the amount of time this device has to finish execution of this job. If the job execution status
is not set to a terminal state before this timer expires, or before the timer is reset (by calling
UpdateJobExecution
, setting the status to IN_PROGRESS
and specifying a new
timeout value in field stepTimeoutInMinutes
) the job execution status will be automatically
set to TIMED_OUT
. Note that setting this timeout has no effect on that job execution timeout
which may have been specified when the job was created (CreateJob
using field
timeoutConfig
).public String toString()
toString
in class Object
Object.toString()
public StartNextPendingJobExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.