Amazon.ECS.Model.ItemAttributes.WithNumberOfItems C# (CSharp) Метод

WithNumberOfItems() публичный Метод

Sets the NumberOfItems property
public WithNumberOfItems ( Decimal numberOfItems ) : ItemAttributes
numberOfItems Decimal NumberOfItems property
Результат ItemAttributes
        public ItemAttributes WithNumberOfItems(Decimal numberOfItems)
        {
            this.numberOfItemsField = numberOfItems;
            return this;
        }
ItemAttributes