@Generated(value="software.amazon.awssdk:codegen") public final class BatchJobExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchJobExecutionSummary.Builder,BatchJobExecutionSummary>
A subset of the possible batch job attributes. Used in the batch job list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchJobExecutionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The unique identifier of the application that hosts this batch job.
|
BatchJobIdentifier |
batchJobIdentifier()
Returns the value of the BatchJobIdentifier property for this object.
|
static BatchJobExecutionSummary.Builder |
builder() |
Instant |
endTime()
The timestamp when this batch job execution ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionId()
The unique identifier of this execution of the batch job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The unique identifier of a particular batch job.
|
String |
jobName()
The name of a particular batch job.
|
BatchJobType |
jobType()
The type of a particular batch job execution.
|
String |
jobTypeAsString()
The type of a particular batch job execution.
|
String |
returnCode()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchJobExecutionSummary.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The timestamp when a particular batch job execution started.
|
BatchJobExecutionStatus |
status()
The status of a particular batch job execution.
|
String |
statusAsString()
The status of a particular batch job execution.
|
BatchJobExecutionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationId()
The unique identifier of the application that hosts this batch job.
public final BatchJobIdentifier batchJobIdentifier()
public final Instant endTime()
The timestamp when this batch job execution ended.
public final String executionId()
The unique identifier of this execution of the batch job.
public final String jobId()
The unique identifier of a particular batch job.
public final String jobName()
The name of a particular batch job.
public final BatchJobType jobType()
The type of a particular batch job execution.
If the service returns an enum value that is not available in the current SDK version, jobType will
return BatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
BatchJobTypepublic final String jobTypeAsString()
The type of a particular batch job execution.
If the service returns an enum value that is not available in the current SDK version, jobType will
return BatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobTypeAsString().
BatchJobTypepublic final String returnCode()
public final Instant startTime()
The timestamp when a particular batch job execution started.
public final BatchJobExecutionStatus status()
The status of a particular batch job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic final String statusAsString()
The status of a particular batch job execution.
If the service returns an enum value that is not available in the current SDK version, status will
return BatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
BatchJobExecutionStatuspublic BatchJobExecutionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchJobExecutionSummary.Builder,BatchJobExecutionSummary>public static BatchJobExecutionSummary.Builder builder()
public static Class<? extends BatchJobExecutionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.