Class ListJobsResponseEntry
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListJobsResponseEntry.Builder,ListJobsResponseEntry>
Job summary information returned in list operations.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal JobActionaction()Action performed by the job.final StringAction performed by the job.final JobActionOptionsAdditional options for configuring job action parameters.builder()final InstantJob creation time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.final InstantendedAt()Job completion time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final JobErrorerror()Error information if the job failed.final StringIAM role used for job execution.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final JobInputOptionsInput configuration.final StringjobArn()Amazon Resource Name (ARN) of the job.final StringjobId()Unique job identifier.final Stringname()Job name (if provided during creation).final JobOutputOptionsOutput configuration.static Class<? extends ListJobsResponseEntry.Builder> final JobStatusstatus()Current job status.final StringCurrent job status.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.final InstantLast update time in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sss.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
action
Action performed by the job.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnJobAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- Action performed by the job.
- See Also:
-
actionAsString
Action performed by the job.
If the service returns an enum value that is not available in the current SDK version,
actionwill returnJobAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- Action performed by the job.
- See Also:
-
actionOptions
Additional options for configuring job action parameters.
- Returns:
- Additional options for configuring job action parameters.
-
createdAt
-
executionRoleArn
IAM role used for job execution.
- Returns:
- IAM role used for job execution.
-
endedAt
-
error
Error information if the job failed.
- Returns:
- Error information if the job failed.
-
inputOptions
-
jobId
-
jobArn
Amazon Resource Name (ARN) of the job.
- Returns:
- Amazon Resource Name (ARN) of the job.
-
name
Job name (if provided during creation).
- Returns:
- Job name (if provided during creation).
-
outputOptions
-
status
Current job status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current job status.
- See Also:
-
statusAsString
Current job status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Current job status.
- See Also:
-
updatedAt
-
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<ListJobsResponseEntry.Builder,ListJobsResponseEntry> - 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.
-