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

WithComment() public méthode

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