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;
        }