Class GetSchemaVersionResponse

    • Method Detail

      • schemaVersionId

        public final String schemaVersionId()

        The SchemaVersionId of the schema version.

        Returns:
        The SchemaVersionId of the schema version.
      • schemaDefinition

        public final String schemaDefinition()

        The schema definition for the schema ID.

        Returns:
        The schema definition for the schema ID.
      • dataFormat

        public final DataFormat dataFormat()

        The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

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

        Returns:
        The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
        See Also:
        DataFormat
      • dataFormatAsString

        public final String dataFormatAsString()

        The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.

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

        Returns:
        The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
        See Also:
        DataFormat
      • schemaArn

        public final String schemaArn()

        The Amazon Resource Name (ARN) of the schema.

        Returns:
        The Amazon Resource Name (ARN) of the schema.
      • versionNumber

        public final Long versionNumber()

        The version number of the schema.

        Returns:
        The version number of the schema.
      • createdTime

        public final String createdTime()

        The date and time the schema version was created.

        Returns:
        The date and time the schema version was created.
      • 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