Amazon.ECS.Model.CorrectedQuery.WithKeywords C# (CSharp) Метод

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

Sets the Keywords property
public WithKeywords ( String keywords ) : CorrectedQuery
keywords String Keywords property
Результат CorrectedQuery
        public CorrectedQuery WithKeywords(String keywords)
        {
            this.keywordsField = keywords;
            return this;
        }