Class ListCustomPluginsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of custom plugins to list in one response.

        Returns:
        The maximum number of custom plugins to list in one response.
      • namePrefix

        public final String namePrefix()

        Lists custom plugin names that start with the specified text string.

        Returns:
        Lists custom plugin names that start with the specified text string.
      • nextToken

        public final String nextToken()

        If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

        Returns:
        If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
      • 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