Amazon.ECS.Model.TaggedItems.WithItem C# (CSharp) Method

WithItem() public method

Sets the Item property
public WithItem ( Item item ) : TaggedItems
item Item Item property
return TaggedItems
        public TaggedItems WithItem(Item item)
        {
            this.itemField = item;
            return this;
        }