public class JobExecutionSummaryForJob
extends java.lang.Object
implements java.io.Serializable
Contains a summary of information about job executions for a specific job.
Constructor and Description |
---|
JobExecutionSummaryForJob() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
JobExecutionSummary |
getJobExecutionSummary()
Contains a subset of information about a job execution.
|
java.lang.String |
getThingArn()
The ARN of the thing on which the job execution is running.
|
int |
hashCode() |
void |
setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
void |
setThingArn(java.lang.String thingArn)
The ARN 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.
|
JobExecutionSummaryForJob |
withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForJob |
withThingArn(java.lang.String thingArn)
The ARN of the thing on which the job execution is running.
|
public java.lang.String getThingArn()
The ARN of the thing on which the job execution is running.
The ARN of the thing on which the job execution is running.
public void setThingArn(java.lang.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 JobExecutionSummaryForJob withThingArn(java.lang.String thingArn)
The ARN of the thing on which the job execution is running.
Returns a reference to this object so that method calls can be chained together.
thingArn
- The ARN of the thing on which the job execution is running.
public JobExecutionSummary getJobExecutionSummary()
Contains a subset of information about a job execution.
Contains a subset of information about a job execution.
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 JobExecutionSummaryForJob withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
Returns a reference to this object so that method calls can be chained together.
jobExecutionSummary
- Contains a subset of information about a job execution.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.