Class GetSchemaVersionRequest

    • Method Detail

      • schemaId

        public final SchemaId schemaId()

        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        Returns:
        This is a wrapper structure to contain schema identity fields. The structure contains:

        • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

        • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

      • schemaVersionId

        public final String schemaVersionId()

        The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

        Returns:
        The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.
      • schemaVersionNumber

        public final SchemaVersionNumber schemaVersionNumber()

        The version number of the schema.

        Returns:
        The version number of the schema.
      • 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