Amazon.ECS.Model.ListItem.WithComment C# (CSharp) 메소드

WithComment() 공개 메소드

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