Amazon.ECS.Model.SellerListingSearchRequest.WithListingPage C# (CSharp) 메소드

WithListingPage() 공개 메소드

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
리턴 SellerListingSearchRequest
        public SellerListingSearchRequest WithListingPage(Decimal listingPage)
        {
            this.listingPageField = listingPage;
            return this;
        }