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

WithTotalMetalWeight() public method

Sets the TotalMetalWeight property
public WithTotalMetalWeight ( DecimalWithUnits totalMetalWeight ) : MerchantItemAttributes
totalMetalWeight DecimalWithUnits TotalMetalWeight property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalMetalWeight(DecimalWithUnits totalMetalWeight)
        {
            this.totalMetalWeightField = totalMetalWeight;
            return this;
        }
MerchantItemAttributes