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

WithTotalDiamondWeight() public méthode

Sets the TotalDiamondWeight property
public WithTotalDiamondWeight ( DecimalWithUnits totalDiamondWeight ) : MerchantItemAttributes
totalDiamondWeight DecimalWithUnits TotalDiamondWeight property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithTotalDiamondWeight(DecimalWithUnits totalDiamondWeight)
        {
            this.totalDiamondWeightField = totalDiamondWeight;
            return this;
        }
MerchantItemAttributes