Amazon.ECS.Model.ItemSearchRequest.WithSort C# (CSharp) Méthode

WithSort() public méthode

Sets the Sort property
public WithSort ( String sort ) : ItemSearchRequest
sort String Sort property
Résultat ItemSearchRequest
        public ItemSearchRequest WithSort(String sort)
        {
            this.sortField = sort;
            return this;
        }