Amazon.ECS.Model.Feedback.WithComment C# (CSharp) Метод

WithComment() публичный Метод

Sets the Comment property
public WithComment ( String comment ) : Feedback
comment String Comment property
Результат Feedback
        public Feedback WithComment(String comment)
        {
            this.commentField = comment;
            return this;
        }