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

WithHighestListPrice() public method

Sets the HighestListPrice property
public WithHighestListPrice ( Price highestListPrice ) : CollectionSummary
highestListPrice Price HighestListPrice property
return CollectionSummary
        public CollectionSummary WithHighestListPrice(Price highestListPrice)
        {
            this.highestListPriceField = highestListPrice;
            return this;
        }