@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionSummaryForJob extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about job executions for a specific job.
Constructor and Description |
---|
JobExecutionSummaryForJob() |
Modifier and Type | Method and Description |
---|---|
JobExecutionSummaryForJob |
clone() |
boolean |
equals(Object obj) |
JobExecutionSummary |
getJobExecutionSummary()
Contains a subset of information about a job execution.
|
String |
getThingArn()
The ARN of the thing on which the job execution is running.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
void |
setThingArn(String thingArn)
The ARN of the thing on which the job execution is running.
|
String |
toString()
Returns a string representation of this object.
|
JobExecutionSummaryForJob |
withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForJob |
withThingArn(String thingArn)
The ARN of the thing on which the job execution is running.
|
public void setThingArn(String thingArn)
The ARN of the thing on which the job execution is running.
thingArn
- The ARN of the thing on which the job execution is running.public String getThingArn()
The ARN of the thing on which the job execution is running.
public JobExecutionSummaryForJob withThingArn(String thingArn)
The ARN of the thing on which the job execution is running.
thingArn
- The ARN of the thing on which the job execution is running.public void setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
jobExecutionSummary
- Contains a subset of information about a job execution.public JobExecutionSummary getJobExecutionSummary()
Contains a subset of information about a job execution.
public JobExecutionSummaryForJob withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
jobExecutionSummary
- Contains a subset of information about a job execution.public String toString()
toString
in class Object
Object.toString()
public JobExecutionSummaryForJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.