Class RegistryListItem

    • Method Detail

      • registryName

        public final String registryName()

        The name of the registry.

        Returns:
        The name of the registry.
      • registryArn

        public final String registryArn()

        The Amazon Resource Name (ARN) of the registry.

        Returns:
        The Amazon Resource Name (ARN) of the registry.
      • description

        public final String description()

        A description of the registry.

        Returns:
        A description of the registry.
      • createdTime

        public final String createdTime()

        The data the registry was created.

        Returns:
        The data the registry was created.
      • updatedTime

        public final String updatedTime()

        The date the registry was updated.

        Returns:
        The date the registry was updated.
      • 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)