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

WithTagSort() public method

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