Class ListProfileObjectsRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token from the previous call to ListProfileObjects.

        Returns:
        The pagination token from the previous call to ListProfileObjects.
      • maxResults

        public final Integer maxResults()

        The maximum number of objects returned per page.

        Returns:
        The maximum number of objects returned per page.
      • domainName

        public final String domainName()

        The unique name of the domain.

        Returns:
        The unique name of the domain.
      • objectTypeName

        public final String objectTypeName()

        The name of the profile object type.

        Returns:
        The name of the profile object type.
      • profileId

        public final String profileId()

        The unique identifier of a customer profile.

        Returns:
        The unique identifier of a customer profile.
      • objectFilter

        public final ObjectFilter objectFilter()

        Applies a filter to the response to include profile objects with the specified index values.

        Returns:
        Applies a filter to the response to include profile objects with the specified index values.
      • 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