Amazon.ECS.Model.CollectionSummary.WithHighestSalePrice C# (CSharp) 메소드

WithHighestSalePrice() 공개 메소드

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