Amazon.ECS.Model.Review.WithTotalVotes C# (CSharp) Method

WithTotalVotes() public method

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : Review
totalVotes Decimal TotalVotes property
return Review
        public Review WithTotalVotes(Decimal totalVotes)
        {
            this.totalVotesField = totalVotes;
            return this;
        }