Class ListUserImportJobsRequest

    • Method Detail

      • userPoolId

        public final String userPoolId()

        The user pool ID for the user pool that the users are being imported into.

        Returns:
        The user pool ID for the user pool that the users are being imported into.
      • maxResults

        public final Integer maxResults()

        The maximum number of import jobs you want the request to return.

        Returns:
        The maximum number of import jobs you want the request to return.
      • paginationToken

        public final String paginationToken()

        This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.

        Returns:
        This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
      • 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