Interface ListCampaignsResponse.Builder

    • Method Detail

      • nextToken

        ListCampaignsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • campaignSummaryList

        ListCampaignsResponse.Builder campaignSummaryList​(Collection<CampaignSummary> campaignSummaryList)
        Sets the value of the CampaignSummaryList property for this object.
        Parameters:
        campaignSummaryList - The new value for the CampaignSummaryList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • campaignSummaryList

        ListCampaignsResponse.Builder campaignSummaryList​(CampaignSummary... campaignSummaryList)
        Sets the value of the CampaignSummaryList property for this object.
        Parameters:
        campaignSummaryList - The new value for the CampaignSummaryList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.