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

WithKeywords() public method

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