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

WithHighestPrice() 공개 메소드

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