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

WithHelpfulVotes() public method

Sets the HelpfulVotes property
public WithHelpfulVotes ( Decimal helpfulVotes ) : Review
helpfulVotes Decimal HelpfulVotes property
return Review
        public Review WithHelpfulVotes(Decimal helpfulVotes)
        {
            this.helpfulVotesField = helpfulVotes;
            return this;
        }