Amazon.ECS.Model.TaggedItems.WithItem C# (CSharp) 메소드

WithItem() 공개 메소드

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