Amazon.ECS.Model.MerchantItemAttributes.WithNumberOfItems C# (CSharp) Method

WithNumberOfItems() public method

Sets the NumberOfItems property
public WithNumberOfItems ( Decimal numberOfItems ) : MerchantItemAttributes
numberOfItems Decimal NumberOfItems property
return MerchantItemAttributes
        public MerchantItemAttributes WithNumberOfItems(Decimal numberOfItems)
        {
            this.numberOfItemsField = numberOfItems;
            return this;
        }
MerchantItemAttributes