Class ListAudienceGenerationJobsRequest

    • Method Detail

      • collaborationId

        public final String collaborationId()

        The identifier of the collaboration that contains the audience generation jobs that you are interested in.

        Returns:
        The identifier of the collaboration that contains the audience generation jobs that you are interested in.
      • configuredAudienceModelArn

        public final String configuredAudienceModelArn()

        The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.

        Returns:
        The Amazon Resource Name (ARN) of the configured audience model that was used for the audience generation jobs that you are interested in.
      • maxResults

        public final Integer maxResults()

        The maximum size of the results that is returned per call.

        Returns:
        The maximum size of the results that is returned per call.
      • 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.
      • 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