Amazon.ECS.Model.ItemAttributes.WithColor C# (CSharp) Метод

WithColor() публичный Метод

Sets the Color property
public WithColor ( String color ) : ItemAttributes
color String Color property
Результат ItemAttributes
        public ItemAttributes WithColor(String color)
        {
            this.colorField = color;
            return this;
        }
ItemAttributes