Class ListSigningPlatformsRequest

    • Method Detail

      • category

        public final String category()

        The category type of a signing platform.

        Returns:
        The category type of a signing platform.
      • partner

        public final String partner()

        Any partner entities connected to a signing platform.

        Returns:
        Any partner entities connected to a signing platform.
      • target

        public final String target()

        The validation template that is used by the target signing platform.

        Returns:
        The validation template that is used by the target signing platform.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned by this operation.

        Returns:
        The maximum number of results to be returned by this operation.
      • nextToken

        public final String nextToken()

        Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

        Returns:
        Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.
      • 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