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

WithHighestPrice() public method

Sets the HighestPrice property
public WithHighestPrice ( Price highestPrice ) : VariationSummary
highestPrice Price HighestPrice property
return VariationSummary
        public VariationSummary WithHighestPrice(Price highestPrice)
        {
            this.highestPriceField = highestPrice;
            return this;
        }