Amazon.ECS.Model.SellerListingSearchRequest.WithKeywords C# (CSharp) Méthode

WithKeywords() public méthode

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