Amazon.ECS.Model.MerchantItemAttributes.WithStoneWeight C# (CSharp) Méthode

WithStoneWeight() public méthode

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