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