Amazon.ECS.Model.ItemSearchRequest.WithBrand C# (CSharp) 메소드

WithBrand() 공개 메소드

Sets the Brand property
public WithBrand ( String brand ) : ItemSearchRequest
brand String Brand property
리턴 ItemSearchRequest
        public ItemSearchRequest WithBrand(String brand)
        {
            this.brandField = brand;
            return this;
        }