@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPendingJobExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetPendingJobExecutionsRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetPendingJobExecutionsRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getThingName ()
The name of the thing that is executing the job.
|
int |
hashCode () |
void |
setThingName (String thingName)
The name of the thing that is executing the job.
|
String |
toString ()
Returns a string representation of this object.
|
GetPendingJobExecutionsRequest |
withThingName (String thingName)
The name of the thing that is executing the job.
|
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 GetPendingJobExecutionsRequest()
public void setThingName(String thingName)
The name of the thing that is executing the job.
thingName - The name of the thing that is executing the job.public String getThingName()
The name of the thing that is executing the job.
public GetPendingJobExecutionsRequest withThingName(String thingName)
The name of the thing that is executing the job.
thingName - The name of the thing that is executing the job.public String toString()
toString in class Object Object.toString() public GetPendingJobExecutionsRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()