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

WithKeywords() public method

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