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