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

WithTagSort() public method

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