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