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

WithReview() public method

Sets the Review property
public WithReview ( ) : CustomerReviews
return CustomerReviews
        public CustomerReviews WithReview(params Review[] list)
        {
            foreach (Review item in list)
            {
                Review.Add(item);
            }
            return this;
        }