Amazon.ECS.Model.ItemAttributes.WithColor C# (CSharp) Method

WithColor() public method

Sets the Color property
public WithColor ( String color ) : ItemAttributes
color String Color property
return ItemAttributes
        public ItemAttributes WithColor(String color)
        {
            this.colorField = color;
            return this;
        }
ItemAttributes