Amazon.ECS.Model.CollectionSummary.WithHighestSalePrice C# (CSharp) Method

WithHighestSalePrice() public method

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