Amazon.ECS.Model.CollectionSummary.WithHighestListPrice C# (CSharp) Méthode

WithHighestListPrice() public méthode

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