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

WithTitle() public méthode

Sets the Title property
public WithTitle ( String title ) : ItemSearchRequest
title String Title property
Résultat ItemSearchRequest
        public ItemSearchRequest WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }