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

WithTextStream() public méthode

Sets the TextStream property
public WithTextStream ( String textStream ) : ItemSearchRequest
textStream String TextStream property
Résultat ItemSearchRequest
        public ItemSearchRequest WithTextStream(String textStream)
        {
            this.textStreamField = textStream;
            return this;
        }