Interface ListProposalVotesResponse.Builder

    • Method Detail

      • proposalVotes

        ListProposalVotesResponse.Builder proposalVotes​(VoteSummary... proposalVotes)

        The list of votes.

        Parameters:
        proposalVotes - The list of votes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProposalVotesResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.