Amazon.ECS.Model.SellerListingSearchRequest.WithSort C# (CSharp) Method

WithSort() public method

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
return SellerListingSearchRequest
        public SellerListingSearchRequest WithSort(String sort)
        {
            this.sortField = sort;
            return this;
        }