Class ListPrivacyBudgetTemplatesRequest

    • Method Detail

      • membershipIdentifier

        public final String membershipIdentifier()

        A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.

        Returns:
        A unique identifier for one of your memberships for a collaboration. The privacy budget templates are retrieved from the collaboration that this membership belongs to. Accepts a membership ID.
      • nextToken

        public final String nextToken()

        The token value retrieved from a previous call to access the next page of results.

        Returns:
        The token value retrieved from a previous call to access the next page of results.
      • maxResults

        public final Integer maxResults()

        The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.

        Returns:
        The maximum size of the results that is returned per call. Service chooses a default if it has not been set. Service may return a nextToken even if the maximum results has not been met.
      • 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