@Generated(value="software.amazon.awssdk:codegen") public final class ListDicomImportJobsRequest extends MedicalImagingRequest implements ToCopyableBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDicomImportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDicomImportJobsRequest.Builder |
builder() |
String |
datastoreId()
The data store identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobStatus |
jobStatus()
The filters for listing import jobs based on status.
|
String |
jobStatusAsString()
The filters for listing import jobs based on status.
|
Integer |
maxResults()
The max results count.
|
String |
nextToken()
The pagination token used to request the list of import jobs on the next page.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDicomImportJobsRequest.Builder> |
serializableBuilderClass() |
ListDicomImportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datastoreId()
The data store identifier.
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 nextToken()
The pagination token used to request the list of import jobs on the next page.
public final Integer maxResults()
The max results count. The upper bound is determined by load testing.
public ListDicomImportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDicomImportJobsRequest.Builder,ListDicomImportJobsRequest>toBuilder in class MedicalImagingRequestpublic static ListDicomImportJobsRequest.Builder builder()
public static Class<? extends ListDicomImportJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.