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;
        }