Class GetSchemaVersionsDiffRequest

    • 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. One of SchemaArn or SchemaName has to be provided.

        • SchemaId$SchemaName: The name of the schema. One of SchemaArn or SchemaName 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. One of SchemaArn or SchemaName has to be provided.

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

      • firstSchemaVersionNumber

        public final SchemaVersionNumber firstSchemaVersionNumber()

        The first of the two schema versions to be compared.

        Returns:
        The first of the two schema versions to be compared.
      • secondSchemaVersionNumber

        public final SchemaVersionNumber secondSchemaVersionNumber()

        The second of the two schema versions to be compared.

        Returns:
        The second of the two schema versions to be compared.
      • 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