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;
        }