@Generated(value="software.amazon.awssdk:codegen") public final class DICOMImportJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>
Summary of import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DICOMImportJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DICOMImportJobSummary.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
String |
datastoreId()
The data store identifier.
|
Instant |
endedAt()
The timestamp when an import job ended.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The import job identifier.
|
String |
jobName()
The import job name.
|
JobStatus |
jobStatus()
The filters for listing import jobs based on status.
|
String |
jobStatusAsString()
The filters for listing import jobs based on status.
|
String |
message()
The error message thrown if an import job fails.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DICOMImportJobSummary.Builder> |
serializableBuilderClass() |
Instant |
submittedAt()
The timestamp when an import job was submitted.
|
DICOMImportJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The import job identifier.
public final String jobName()
The import job name.
public final JobStatus jobStatus()
The filters for listing import jobs based on status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String jobStatusAsString()
The filters for listing import jobs based on status.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic final String datastoreId()
The data store identifier.
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
public final Instant endedAt()
The timestamp when an import job ended.
public final Instant submittedAt()
The timestamp when an import job was submitted.
public final String message()
The error message thrown if an import job fails.
public DICOMImportJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DICOMImportJobSummary.Builder,DICOMImportJobSummary>public static DICOMImportJobSummary.Builder builder()
public static Class<? extends DICOMImportJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.