Amazon.ECS.Model.ItemSearchRequest.WithBrand C# (CSharp) Méthode

WithBrand() public méthode

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