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

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

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