Class JobRunSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.JobRunSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobRunSummary.Builder,JobRunSummary>
@Generated("software.amazon.awssdk:codegen") public final class JobRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobRunSummary.Builder,JobRunSummary>
The job run summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobRunSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobRunSummary.Builderbuilder()InstantcreatedAt()The timestamp at which job run was created.StringcreatedBy()The user who created the job run.StringdomainId()The domain ID of the job run.InstantendTime()The end time of a job run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)JobRunErrorerror()The error of a job run.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobId()The job ID of a job run.JobTypejobType()The job type of a job run.StringjobTypeAsString()The job type of a job run.StringrunId()The run ID of a job run.JobRunModerunMode()The run mode of a job run.StringrunModeAsString()The run mode of a job run.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends JobRunSummary.Builder>serializableBuilderClass()InstantstartTime()The start time of a job run.JobRunStatusstatus()The status of a job run.StringstatusAsString()The status of a job run.JobRunSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The timestamp at which job run was created.
- Returns:
- The timestamp at which job run was created.
-
createdBy
public final String createdBy()
The user who created the job run.
- Returns:
- The user who created the job run.
-
domainId
public final String domainId()
The domain ID of the job run.
- Returns:
- The domain ID of the job run.
-
endTime
public final Instant endTime()
The end time of a job run.
- Returns:
- The end time of a job run.
-
error
public final JobRunError error()
The error of a job run.
- Returns:
- The error of a job run.
-
jobId
public final String jobId()
The job ID of a job run.
- Returns:
- The job ID of a job run.
-
jobType
public final JobType jobType()
The job type of a job run.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The job type of a job run.
- See Also:
JobType
-
jobTypeAsString
public final String jobTypeAsString()
The job type of a job run.
If the service returns an enum value that is not available in the current SDK version,
jobTypewill returnJobType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobTypeAsString().- Returns:
- The job type of a job run.
- See Also:
JobType
-
runId
public final String runId()
The run ID of a job run.
- Returns:
- The run ID of a job run.
-
runMode
public final JobRunMode runMode()
The run mode of a job run.
If the service returns an enum value that is not available in the current SDK version,
runModewill returnJobRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrunModeAsString().- Returns:
- The run mode of a job run.
- See Also:
JobRunMode
-
runModeAsString
public final String runModeAsString()
The run mode of a job run.
If the service returns an enum value that is not available in the current SDK version,
runModewill returnJobRunMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrunModeAsString().- Returns:
- The run mode of a job run.
- See Also:
JobRunMode
-
startTime
public final Instant startTime()
The start time of a job run.
- Returns:
- The start time of a job run.
-
status
public final JobRunStatus status()
The status of a job run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnJobRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a job run.
- See Also:
JobRunStatus
-
statusAsString
public final String statusAsString()
The status of a job run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnJobRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of a job run.
- See Also:
JobRunStatus
-
toBuilder
public JobRunSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobRunSummary.Builder,JobRunSummary>
-
builder
public static JobRunSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobRunSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-