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

WithStoneShape() public méthode

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