Amazon.ECS.Model.CustomerReviews.WithTotalReviews C# (CSharp) Method

WithTotalReviews() public method

Sets the TotalReviews property
public WithTotalReviews ( Decimal totalReviews ) : CustomerReviews
totalReviews Decimal TotalReviews property
return CustomerReviews
        public CustomerReviews WithTotalReviews(Decimal totalReviews)
        {
            this.totalReviewsField = totalReviews;
            return this;
        }