Class LineageGroupSummary

    • Method Detail

      • lineageGroupArn

        public final String lineageGroupArn()

        The Amazon Resource Name (ARN) of the lineage group resource.

        Returns:
        The Amazon Resource Name (ARN) of the lineage group resource.
      • lineageGroupName

        public final String lineageGroupName()

        The name or Amazon Resource Name (ARN) of the lineage group.

        Returns:
        The name or Amazon Resource Name (ARN) of the lineage group.
      • displayName

        public final String displayName()

        The display name of the lineage group summary.

        Returns:
        The display name of the lineage group summary.
      • creationTime

        public final Instant creationTime()

        The creation time of the lineage group summary.

        Returns:
        The creation time of the lineage group summary.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time of the lineage group summary.

        Returns:
        The last modified time of the lineage group summary.
      • 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)