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

WithBrand() 공개 메소드

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