Amazon.ECS.Model.VariationSummary.WithLowestPrice C# (CSharp) Method

WithLowestPrice() public method

Sets the LowestPrice property
public WithLowestPrice ( Price lowestPrice ) : VariationSummary
lowestPrice Price LowestPrice property
return VariationSummary
        public VariationSummary WithLowestPrice(Price lowestPrice)
        {
            this.lowestPriceField = lowestPrice;
            return this;
        }