Class ListPluginsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The identifier of the application the plugin is attached to.

        Returns:
        The identifier of the application the plugin is attached to.
      • nextToken

        public final String nextToken()

        If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.

        Returns:
        If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of plugins.
      • maxResults

        public final Integer maxResults()

        The maximum number of documents to return.

        Returns:
        The maximum number of documents to return.
      • 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