Class ReadSetFilter

    • Method Detail

      • name

        public final String name()

        A name to filter on.

        Returns:
        A name to filter on.
      • referenceArn

        public final String referenceArn()

        A genome reference ARN to filter on.

        Returns:
        A genome reference ARN to filter on.
      • createdAfter

        public final Instant createdAfter()

        The filter's start date.

        Returns:
        The filter's start date.
      • createdBefore

        public final Instant createdBefore()

        The filter's end date.

        Returns:
        The filter's end date.
      • sampleId

        public final String sampleId()

        The read set source's sample ID.

        Returns:
        The read set source's sample ID.
      • subjectId

        public final String subjectId()

        The read set source's subject ID.

        Returns:
        The read set source's subject ID.
      • generatedFrom

        public final String generatedFrom()

        Where the source originated.

        Returns:
        Where the source originated.
      • creationTypeAsString

        public final String creationTypeAsString()

        The creation type of the read set.

        If the service returns an enum value that is not available in the current SDK version, creationType will return CreationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from creationTypeAsString().

        Returns:
        The creation type of the read set.
        See Also:
        CreationType
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)