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

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

Sets the StoneColor property
public WithStoneColor ( String stoneColor ) : ItemAttributes
stoneColor String StoneColor property
Результат ItemAttributes
        public ItemAttributes WithStoneColor(String stoneColor)
        {
            this.stoneColorField = stoneColor;
            return this;
        }
ItemAttributes