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

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

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