Amazon.ECS.Model.Feedback.WithRating C# (CSharp) Method

WithRating() public method

Sets the Rating property
public WithRating ( Decimal rating ) : Feedback
rating Decimal Rating property
return Feedback
        public Feedback WithRating(Decimal rating)
        {
            this.ratingField = rating;
            return this;
        }