Amazon.ECS.Model.VariationSummary.WithLowestSalePrice C# (CSharp) 메소드

WithLowestSalePrice() 공개 메소드

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : VariationSummary
lowestSalePrice Price LowestSalePrice property
리턴 VariationSummary
        public VariationSummary WithLowestSalePrice(Price lowestSalePrice)
        {
            this.lowestSalePriceField = lowestSalePrice;
            return this;
        }