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

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

Sets the StoneWeight property
public WithStoneWeight ( DecimalWithUnits stoneWeight ) : ItemAttributes
stoneWeight DecimalWithUnits StoneWeight property
Результат ItemAttributes
        public ItemAttributes WithStoneWeight(DecimalWithUnits stoneWeight)
        {
            this.stoneWeightField = stoneWeight;
            return this;
        }
ItemAttributes