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;
        }