Class GetCampaignVersionsRequest

    • 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.
      • campaignId

        public final String campaignId()

        The unique identifier for the campaign.

        Returns:
        The unique identifier for the campaign.
      • 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.
      • token

        public final String token()

        The NextToken string that specifies which page of results to return in a paginated response.

        Returns:
        The NextToken string that specifies which page of results to return in a paginated response.
      • 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