Class JobSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobSummary.Builder,JobSummary>
Provides summary information about a job, returned by the ListJobs operation. Use
DescribeJob to get full details for a specific job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic JobSummary.Builderbuilder()final InstantThe date and time that the job was created.final InstantendTime()The date and time that the job ended.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringjobArn()The Amazon Resource Name (ARN) of the job.final JobCategoryThe category of the job.final StringThe category of the job.final StringjobName()The name of the job.final JobSecondaryStatusThe secondary status of the job, providing more granular information about the job's progress.final StringThe secondary status of the job, providing more granular information about the job's progress.final JobStatusThe current status of the job.final StringThe current status of the job.final InstantThe date and time that the job was last modified.static Class<? extends JobSummary.Builder> 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.ToCopyableBuilder
copy
-
Method Details
-
jobArn
The Amazon Resource Name (ARN) of the job.
- Returns:
- The Amazon Resource Name (ARN) of the job.
-
jobName
-
jobCategory
The category of the job.
If the service returns an enum value that is not available in the current SDK version,
jobCategorywill returnJobCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobCategoryAsString().- Returns:
- The category of the job.
- See Also:
-
jobCategoryAsString
The category of the job.
If the service returns an enum value that is not available in the current SDK version,
jobCategorywill returnJobCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobCategoryAsString().- Returns:
- The category of the job.
- See Also:
-
jobStatus
The current status of the job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the job.
- See Also:
-
jobStatusAsString
The current status of the job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the job.
- See Also:
-
jobSecondaryStatus
The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
If the service returns an enum value that is not available in the current SDK version,
jobSecondaryStatuswill returnJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobSecondaryStatusAsString().- Returns:
- The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
- See Also:
-
jobSecondaryStatusAsString
The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
If the service returns an enum value that is not available in the current SDK version,
jobSecondaryStatuswill returnJobSecondaryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobSecondaryStatusAsString().- Returns:
- The secondary status of the job, providing more granular information about the job's progress. Secondary statuses may change between releases.
- See Also:
-
creationTime
The date and time that the job was created.
- Returns:
- The date and time that the job was created.
-
lastModifiedTime
The date and time that the job was last modified.
- Returns:
- The date and time that the job was last modified.
-
endTime
The date and time that the job ended.
- Returns:
- The date and time that the job ended.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<JobSummary.Builder,JobSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description 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 interfaceSdkPojo- 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 interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-