Class ListSchemasRequest

    • Method Detail

      • limit

        public final Integer limit()
        Returns the value of the Limit property for this object.
        Returns:
        The value of the Limit property for this object.
      • nextToken

        public final String nextToken()

        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

        Returns:
        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
      • registryName

        public final String registryName()

        The name of the registry.

        Returns:
        The name of the registry.
      • schemaNamePrefix

        public final String schemaNamePrefix()

        Specifying this limits the results to only those schema names that start with the specified prefix.

        Returns:
        Specifying this limits the results to only those schema names that start with the specified prefix.
      • 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