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

WithStoneColor() public method

Sets the StoneColor property
public WithStoneColor ( String stoneColor ) : ItemAttributes
stoneColor String StoneColor property
return ItemAttributes
        public ItemAttributes WithStoneColor(String stoneColor)
        {
            this.stoneColorField = stoneColor;
            return this;
        }
ItemAttributes