Class ListRecommendersRequest

    • Method Detail

      • datasetGroupArn

        public final String datasetGroupArn()

        The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.

        Returns:
        The Amazon Resource Name (ARN) of the Domain dataset group to list the recommenders for. When a Domain dataset group is not specified, all the recommenders associated with the account are listed.
      • nextToken

        public final String nextToken()

        A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).

        Returns:
        A token returned from the previous call to ListRecommenders for getting the next set of recommenders (if they exist).
      • maxResults

        public final Integer maxResults()

        The maximum number of recommenders to return.

        Returns:
        The maximum number of recommenders 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