Amazon.ECS.Model.ItemAttributes.WithStoneColor C# (CSharp) Méthode

WithStoneColor() public méthode

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