Amazon.ECS.Model.CustomerContentLookupRequest.WithTagSort C# (CSharp) Méthode

WithTagSort() public méthode

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