Class BatchJobExecutionSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<BatchJobExecutionSummary.Builder,- BatchJobExecutionSummary> 
A subset of the possible batch job attributes. Used in the batch job list.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringThe unique identifier of the application that hosts this batch job.final BatchJobIdentifierThe unique identifier of this batch job.builder()final InstantendTime()The timestamp when this batch job execution ended.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe unique identifier of this execution of the batch job.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringjobId()The unique identifier of a particular batch job.final StringjobName()The name of a particular batch job.final BatchJobTypejobType()The type of a particular batch job execution.final StringThe type of a particular batch job execution.final StringThe batch job return code from either the Blu Age or Micro Focus runtime engines.static Class<? extends BatchJobExecutionSummary.Builder> final InstantThe timestamp when a particular batch job execution started.final BatchJobExecutionStatusstatus()The status of a particular batch job execution.final StringThe status of a particular batch job execution.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
applicationIdThe unique identifier of the application that hosts this batch job. - Returns:
- The unique identifier of the application that hosts this batch job.
 
- 
batchJobIdentifierThe unique identifier of this batch job. - Returns:
- The unique identifier of this batch job.
 
- 
endTimeThe timestamp when this batch job execution ended. - Returns:
- The timestamp when this batch job execution ended.
 
- 
executionIdThe unique identifier of this execution of the batch job. - Returns:
- The unique identifier of this execution of the batch job.
 
- 
jobIdThe unique identifier of a particular batch job. - Returns:
- The unique identifier of a particular batch job.
 
- 
jobNameThe name of a particular batch job. - Returns:
- The name of a particular batch job.
 
- 
jobTypeThe type of a particular batch job execution. If the service returns an enum value that is not available in the current SDK version, jobTypewill returnBatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The type of a particular batch job execution.
- See Also:
 
- 
jobTypeAsStringThe type of a particular batch job execution. If the service returns an enum value that is not available in the current SDK version, jobTypewill returnBatchJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The type of a particular batch job execution.
- See Also:
 
- 
returnCodeThe 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. - Returns:
- 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.
 
- 
startTimeThe timestamp when a particular batch job execution started. - Returns:
- The timestamp when a particular batch job execution started.
 
- 
statusThe status of a particular batch job execution. If the service returns an enum value that is not available in the current SDK version, statuswill returnBatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a particular batch job execution.
- See Also:
 
- 
statusAsStringThe status of a particular batch job execution. If the service returns an enum value that is not available in the current SDK version, statuswill returnBatchJobExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a particular batch job execution.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<BatchJobExecutionSummary.Builder,- BatchJobExecutionSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-