Amazon.ECS.Model.SellerListings.WithTotalResults C# (CSharp) 메소드

WithTotalResults() 공개 메소드

Sets the TotalResults property
public WithTotalResults ( Decimal totalResults ) : SellerListings
totalResults Decimal TotalResults property
리턴 SellerListings
        public SellerListings WithTotalResults(Decimal totalResults)
        {
            this.totalResultsField = totalResults;
            return this;
        }