Class ListSchemasRequest

    • Method Detail

      • registryId

        public final RegistryId registryId()

        A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

        Returns:
        A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
      • maxResults

        public final Integer maxResults()

        Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.

        Returns:
        Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
      • nextToken

        public final String nextToken()

        A continuation token, if this is a continuation call.

        Returns:
        A continuation token, if this is a continuation call.
      • 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