@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()
The unique identifier of this batch job.
|
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()
The batch job return code from either the Blu Age or Micro Focus runtime engines.
|
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()
The unique identifier of this batch job.
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()
The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
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.