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

WithStoneWeight() public method

Sets the StoneWeight property
public WithStoneWeight ( DecimalWithUnits stoneWeight ) : ItemAttributes
stoneWeight DecimalWithUnits StoneWeight property
return ItemAttributes
        public ItemAttributes WithStoneWeight(DecimalWithUnits stoneWeight)
        {
            this.stoneWeightField = stoneWeight;
            return this;
        }
ItemAttributes