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

WithStoneWeight() public method

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