Amazon.ECS.Model.Feedback.WithComment C# (CSharp) Méthode

WithComment() public méthode

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