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