Class Image

    • Method Detail

      • creationTime

        public final Instant creationTime()

        When the image was created.

        Returns:
        When the image was created.
      • description

        public final String description()

        The description of the image.

        Returns:
        The description of the image.
      • displayName

        public final String displayName()

        The name of the image as displayed.

        Returns:
        The name of the image as displayed.
      • failureReason

        public final String failureReason()

        When a create, update, or delete operation fails, the reason for the failure.

        Returns:
        When a create, update, or delete operation fails, the reason for the failure.
      • imageArn

        public final String imageArn()

        The ARN of the image.

        Returns:
        The ARN of the image.
      • imageName

        public final String imageName()

        The name of the image.

        Returns:
        The name of the image.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        When the image was last modified.

        Returns:
        When the image was last modified.
      • serializableBuilderClass

        public static Class<? extends Image.Builder> serializableBuilderClass()
      • 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)