Class SearchSchemasRequest

    • Method Detail

      • keywords

        public final String keywords()

        Specifying this limits the results to only schemas that include the provided keywords.

        Returns:
        Specifying this limits the results to only schemas that include the provided keywords.
      • 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.
      • 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