Amazon.ECS.Model.CollectionSummary.WithHighestListPrice C# (CSharp) Метод

WithHighestListPrice() публичный Метод

Sets the HighestListPrice property
public WithHighestListPrice ( Price highestListPrice ) : CollectionSummary
highestListPrice Price HighestListPrice property
Результат CollectionSummary
        public CollectionSummary WithHighestListPrice(Price highestListPrice)
        {
            this.highestListPriceField = highestListPrice;
            return this;
        }