Class SearchByAttributeValue
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.SearchByAttributeValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SearchByAttributeValue.Builder,SearchByAttributeValue>
@Generated("software.amazon.awssdk:codegen") public final class SearchByAttributeValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SearchByAttributeValue.Builder,SearchByAttributeValue>
The search input attribute value.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSearchByAttributeValue.Builderstatic classSearchByAttributeValue.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchByAttributeValue.Builderbuilder()InstantcreatedAt()The created at time of the image set provided for search.StringdicomAccessionNumber()The DICOM accession number for search.StringdicomPatientId()The patient ID input for search.DICOMStudyDateAndTimedicomStudyDateAndTime()The aggregated structure containing DICOM study date and study time for search.StringdicomStudyId()The DICOM study ID for search.StringdicomStudyInstanceUID()The DICOM study instance UID for search.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)static SearchByAttributeValuefromCreatedAt(Instant createdAt)Create an instance of this class withcreatedAt()initialized to the given value.static SearchByAttributeValuefromDicomAccessionNumber(String dicomAccessionNumber)Create an instance of this class withdicomAccessionNumber()initialized to the given value.static SearchByAttributeValuefromDicomPatientId(String dicomPatientId)Create an instance of this class withdicomPatientId()initialized to the given value.static SearchByAttributeValuefromDicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.static SearchByAttributeValuefromDicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.static SearchByAttributeValuefromDicomStudyId(String dicomStudyId)Create an instance of this class withdicomStudyId()initialized to the given value.static SearchByAttributeValuefromDicomStudyInstanceUID(String dicomStudyInstanceUID)Create an instance of this class withdicomStudyInstanceUID()initialized to the given value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SearchByAttributeValue.Builder>serializableBuilderClass()SearchByAttributeValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.SearchByAttributeValue.Typetype()Retrieve an enum value representing which member of this object is populated.-
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
-
dicomPatientId
public final String dicomPatientId()
The patient ID input for search.
- Returns:
- The patient ID input for search.
-
dicomAccessionNumber
public final String dicomAccessionNumber()
The DICOM accession number for search.
- Returns:
- The DICOM accession number for search.
-
dicomStudyId
public final String dicomStudyId()
The DICOM study ID for search.
- Returns:
- The DICOM study ID for search.
-
dicomStudyInstanceUID
public final String dicomStudyInstanceUID()
The DICOM study instance UID for search.
- Returns:
- The DICOM study instance UID for search.
-
createdAt
public final Instant createdAt()
The created at time of the image set provided for search.
- Returns:
- The created at time of the image set provided for search.
-
dicomStudyDateAndTime
public final DICOMStudyDateAndTime dicomStudyDateAndTime()
The aggregated structure containing DICOM study date and study time for search.
- Returns:
- The aggregated structure containing DICOM study date and study time for search.
-
toBuilder
public SearchByAttributeValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SearchByAttributeValue.Builder,SearchByAttributeValue>
-
builder
public static SearchByAttributeValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends SearchByAttributeValue.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.
-
fromDicomPatientId
public static SearchByAttributeValue fromDicomPatientId(String dicomPatientId)
Create an instance of this class withdicomPatientId()initialized to the given value.The patient ID input for search.
- Parameters:
dicomPatientId- The patient ID input for search.
-
fromDicomAccessionNumber
public static SearchByAttributeValue fromDicomAccessionNumber(String dicomAccessionNumber)
Create an instance of this class withdicomAccessionNumber()initialized to the given value.The DICOM accession number for search.
- Parameters:
dicomAccessionNumber- The DICOM accession number for search.
-
fromDicomStudyId
public static SearchByAttributeValue fromDicomStudyId(String dicomStudyId)
Create an instance of this class withdicomStudyId()initialized to the given value.The DICOM study ID for search.
- Parameters:
dicomStudyId- The DICOM study ID for search.
-
fromDicomStudyInstanceUID
public static SearchByAttributeValue fromDicomStudyInstanceUID(String dicomStudyInstanceUID)
Create an instance of this class withdicomStudyInstanceUID()initialized to the given value.The DICOM study instance UID for search.
- Parameters:
dicomStudyInstanceUID- The DICOM study instance UID for search.
-
fromCreatedAt
public static SearchByAttributeValue fromCreatedAt(Instant createdAt)
Create an instance of this class withcreatedAt()initialized to the given value.The created at time of the image set provided for search.
- Parameters:
createdAt- The created at time of the image set provided for search.
-
fromDicomStudyDateAndTime
public static SearchByAttributeValue fromDicomStudyDateAndTime(DICOMStudyDateAndTime dicomStudyDateAndTime)
Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.The aggregated structure containing DICOM study date and study time for search.
- Parameters:
dicomStudyDateAndTime- The aggregated structure containing DICOM study date and study time for search.
-
fromDicomStudyDateAndTime
public static SearchByAttributeValue fromDicomStudyDateAndTime(Consumer<DICOMStudyDateAndTime.Builder> dicomStudyDateAndTime)
Create an instance of this class withdicomStudyDateAndTime()initialized to the given value.The aggregated structure containing DICOM study date and study time for search.
- Parameters:
dicomStudyDateAndTime- The aggregated structure containing DICOM study date and study time for search.
-
type
public SearchByAttributeValue.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beSearchByAttributeValue.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beSearchByAttributeValue.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
-