@Generated(value="software.amazon.awssdk:codegen") public final class JobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobSummary.Builder,JobSummary>
Structure for the summary of a Job.
Modifier and Type | Class and Description |
---|---|
static interface |
JobSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static JobSummary.Builder |
builder() |
String |
commitId()
Commit Id from 3rd party repository provider for the Job.
|
String |
commitMessage()
Commit message from 3rd party repository provider for the Job.
|
Instant |
commitTime()
Commit date / time for the Job.
|
Instant |
endTime()
End date / time for the Job.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobArn()
Arn for the Job.
|
String |
jobId()
Unique Id for the Job.
|
JobType |
jobType()
Type for the Job.
|
String |
jobTypeAsString()
Type for the Job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Start date / time for the Job.
|
JobStatus |
status()
Status for the Job.
|
String |
statusAsString()
Status for the Job.
|
JobSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String jobArn()
Arn for the Job.
public String jobId()
Unique Id for the Job.
public String commitId()
Commit Id from 3rd party repository provider for the Job.
public String commitMessage()
Commit message from 3rd party repository provider for the Job.
public Instant commitTime()
Commit date / time for the Job.
public Instant startTime()
Start date / time for the Job.
public JobStatus status()
Status for the Job.
If the service returns an enum value that is not available in the current SDK version, status
will
return JobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
JobStatus
public String statusAsString()
Status for the Job.
If the service returns an enum value that is not available in the current SDK version, status
will
return JobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
JobStatus
public Instant endTime()
End date / time for the Job.
public JobType jobType()
Type for the Job.
If the service returns an enum value that is not available in the current SDK version, jobType
will
return JobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
jobTypeAsString()
.
JobType
public String jobTypeAsString()
Type for the Job.
If the service returns an enum value that is not available in the current SDK version, jobType
will
return JobType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
jobTypeAsString()
.
JobType
public JobSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobSummary.Builder,JobSummary>
public static JobSummary.Builder builder()
public static Class<? extends JobSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.