Class GetJourneyExecutionMetricsRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

        Returns:
        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
      • journeyId

        public final String journeyId()

        The unique identifier for the journey.

        Returns:
        The unique identifier for the journey.
      • nextToken

        public final String nextToken()

        The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.

        Returns:
        The string that specifies which page of results to return in a paginated response. This parameter is not supported for application, campaign, and journey metrics.
      • pageSize

        public final String pageSize()

        The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

        Returns:
        The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.
      • 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