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

WithSort() 공개 메소드

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