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

WithSort() 공개 메소드

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