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

WithStoneShape() public method

Sets the StoneShape property
public WithStoneShape ( String stoneShape ) : ItemAttributes
stoneShape String StoneShape property
return ItemAttributes
        public ItemAttributes WithStoneShape(String stoneShape)
        {
            this.stoneShapeField = stoneShape;
            return this;
        }
ItemAttributes