Class SchemaListItem

    • Method Detail

      • registryName

        public final String registryName()

        the name of the registry where the schema resides.

        Returns:
        the name of the registry where the schema resides.
      • schemaName

        public final String schemaName()

        The name of the schema.

        Returns:
        The name of the schema.
      • schemaArn

        public final String schemaArn()

        The Amazon Resource Name (ARN) for the schema.

        Returns:
        The Amazon Resource Name (ARN) for the schema.
      • description

        public final String description()

        A description for the schema.

        Returns:
        A description for the schema.
      • schemaStatusAsString

        public final String schemaStatusAsString()

        The status of the schema.

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

        Returns:
        The status of the schema.
        See Also:
        SchemaStatus
      • createdTime

        public final String createdTime()

        The date and time that a schema was created.

        Returns:
        The date and time that a schema was created.
      • updatedTime

        public final String updatedTime()

        The date and time that a schema was updated.

        Returns:
        The date and time that a schema 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)