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

WithTotalDiamondWeight() public method

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