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

WithComment() public method

Sets the Comment property
public WithComment ( String comment ) : Feedback
comment String Comment property
return Feedback
        public Feedback WithComment(String comment)
        {
            this.commentField = comment;
            return this;
        }