@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() |
boolean |
equals(Object obj) |
Map<String,String> |
getStatusDetails()
A collection of name/value pairs that describe the status of the job execution.
|
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 |
setThingName(String thingName)
The name of the thing associated with the device.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StartNextPendingJobExecutionRequest |
withStatusDetails(Map<String,String> statusDetails)
A collection of name/value pairs that describe the status of the job execution.
|
StartNextPendingJobExecutionRequest |
withThingName(String thingName)
The name of the thing associated with the device.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 String toString()
toString in class ObjectObject.toString()public StartNextPendingJobExecutionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.