Class ImageAncestryEntry

    • Method Detail

      • creationDate

        public final Instant creationDate()

        The date and time when this AMI was created.

        Returns:
        The date and time when this AMI was created.
      • imageId

        public final String imageId()

        The ID of this AMI.

        Returns:
        The ID of this AMI.
      • imageOwnerAlias

        public final String imageOwnerAlias()

        The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.

        Returns:
        The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.
      • sourceImageId

        public final String sourceImageId()

        The ID of the parent AMI.

        Returns:
        The ID of the parent AMI.
      • sourceImageRegion

        public final String sourceImageRegion()

        The Amazon Web Services Region of the parent AMI.

        Returns:
        The Amazon Web Services Region of the parent AMI.
      • 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)