Amazon.ECS.Model.CustomerContentLookupRequest.WithTagSort C# (CSharp) Метод

WithTagSort() публичный Метод

Sets the TagSort property
public WithTagSort ( String tagSort ) : CustomerContentLookupRequest
tagSort String TagSort property
Результат CustomerContentLookupRequest
        public CustomerContentLookupRequest WithTagSort(String tagSort)
        {
            this.tagSortField = tagSort;
            return this;
        }