@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.
|
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, 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 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.