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

WithHighestSalePrice() 공개 메소드

Sets the HighestSalePrice property
public WithHighestSalePrice ( Price highestSalePrice ) : VariationSummary
highestSalePrice Price HighestSalePrice property
리턴 VariationSummary
        public VariationSummary WithHighestSalePrice(Price highestSalePrice)
        {
            this.highestSalePriceField = highestSalePrice;
            return this;
        }