@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionSummaryForThing extends Object implements Serializable, Cloneable, StructuredPojo
The job execution summary for a thing.
Constructor and Description |
---|
JobExecutionSummaryForThing() |
Modifier and Type | Method and Description |
---|---|
JobExecutionSummaryForThing |
clone() |
boolean |
equals(Object obj) |
JobExecutionSummary |
getJobExecutionSummary()
Contains a subset of information about a job execution.
|
String |
getJobId()
The unique identifier you assigned to this job when it was created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
void |
setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
String |
toString()
Returns a string representation of this object.
|
JobExecutionSummaryForThing |
withJobExecutionSummary(JobExecutionSummary jobExecutionSummary)
Contains a subset of information about a job execution.
|
JobExecutionSummaryForThing |
withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
|
public void setJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.public String getJobId()
The unique identifier you assigned to this job when it was created.
public JobExecutionSummaryForThing withJobId(String jobId)
The unique identifier you assigned to this job when it was created.
jobId
- The unique identifier you assigned to this job when it was created.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 JobExecutionSummaryForThing 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 JobExecutionSummaryForThing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.