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;
        }