StructuredPojo, ToCopyableBuilder<JobSummary.Builder,JobSummary>@Generated("software.amazon.awssdk:codegen") public class JobSummary extends Object implements StructuredPojo, ToCopyableBuilder<JobSummary.Builder,JobSummary>
An object representing summary details of a job.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
JobSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static JobSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
jobId() |
The ID of the job.
|
String |
jobName() |
The name of the job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends JobSummary.Builder> |
serializableBuilderClass() |
|
JobSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String jobId()
The ID of the job.
public String jobName()
The name of the job.
public JobSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<JobSummary.Builder,JobSummary>public static JobSummary.Builder builder()
public static Class<? extends JobSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.