Amazon.ECS.Model.CorrectedQuery.WithKeywords C# (CSharp) Method

WithKeywords() public method

Sets the Keywords property
public WithKeywords ( String keywords ) : CorrectedQuery
keywords String Keywords property
return CorrectedQuery
        public CorrectedQuery WithKeywords(String keywords)
        {
            this.keywordsField = keywords;
            return this;
        }