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

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

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