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

WithTagSort() public method

Sets the TagSort property
public WithTagSort ( String tagSort ) : ItemSearchRequest
tagSort String TagSort property
return ItemSearchRequest
        public ItemSearchRequest WithTagSort(String tagSort)
        {
            this.tagSortField = tagSort;
            return this;
        }