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

WithSort() public method

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