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

WithLowestSalePrice() 공개 메소드

Sets the LowestSalePrice property
public WithLowestSalePrice ( Price lowestSalePrice ) : CollectionSummary
lowestSalePrice Price LowestSalePrice property
리턴 CollectionSummary
        public CollectionSummary WithLowestSalePrice(Price lowestSalePrice)
        {
            this.lowestSalePriceField = lowestSalePrice;
            return this;
        }