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

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

Sets the StoneShape property
public WithStoneShape ( String stoneShape ) : ItemAttributes
stoneShape String StoneShape property
Результат ItemAttributes
        public ItemAttributes WithStoneShape(String stoneShape)
        {
            this.stoneShapeField = stoneShape;
            return this;
        }
ItemAttributes