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

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

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