Amazon.ECS.Model.VariationSummary.WithLowestPrice C# (CSharp) Méthode

WithLowestPrice() public méthode

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