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

WithDialColor() public method

Sets the DialColor property
public WithDialColor ( String dialColor ) : ItemAttributes
dialColor String DialColor property
return ItemAttributes
        public ItemAttributes WithDialColor(String dialColor)
        {
            this.dialColorField = dialColor;
            return this;
        }
ItemAttributes