public class DescribeJobExecutionRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes a job execution.
| Constructor and Description | 
|---|
| DescribeJobExecutionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| java.lang.Long | getExecutionNumber()
 A string (consisting of the digits "0" through "9" which is used to
 specify a particular job execution on a particular device. | 
| java.lang.String | getJobId()
 The unique identifier you assigned to this job when it was created. | 
| java.lang.String | getThingName()
 The name of the thing on which the job execution is running. | 
| int | hashCode() | 
| void | setExecutionNumber(java.lang.Long executionNumber)
 A string (consisting of the digits "0" through "9" which is used to
 specify a particular job execution on a particular device. | 
| void | setJobId(java.lang.String jobId)
 The unique identifier you assigned to this job when it was created. | 
| void | setThingName(java.lang.String thingName)
 The name of the thing on which the job execution is running. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DescribeJobExecutionRequest | withExecutionNumber(java.lang.Long executionNumber)
 A string (consisting of the digits "0" through "9" which is used to
 specify a particular job execution on a particular device. | 
| DescribeJobExecutionRequest | withJobId(java.lang.String jobId)
 The unique identifier you assigned to this job when it was created. | 
| DescribeJobExecutionRequest | withThingName(java.lang.String thingName)
 The name of the thing on which the job execution is running. | 
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getJobId()
The unique identifier you assigned to this job when it was created.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_-]+
The unique identifier you assigned to this job when it was created.
public void setJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_-]+
jobId - The unique identifier you assigned to this job when it was created.
public DescribeJobExecutionRequest withJobId(java.lang.String jobId)
The unique identifier you assigned to this job when it was created.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_-]+
jobId - The unique identifier you assigned to this job when it was created.
public java.lang.String getThingName()
The name of the thing on which the job execution is running.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9:_-]+
The name of the thing on which the job execution is running.
public void setThingName(java.lang.String thingName)
The name of the thing on which the job execution is running.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9:_-]+
thingName - The name of the thing on which the job execution is running.
public DescribeJobExecutionRequest withThingName(java.lang.String thingName)
The name of the thing on which the job execution is running.
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 128
 Pattern: [a-zA-Z0-9:_-]+
thingName - The name of the thing on which the job execution is running.
public java.lang.Long getExecutionNumber()
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
public void setExecutionNumber(java.lang.Long executionNumber)
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
executionNumber - A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
public DescribeJobExecutionRequest withExecutionNumber(java.lang.Long executionNumber)
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
Returns a reference to this object so that method calls can be chained together.
executionNumber - A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.