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

WithTotalMetalWeight() public méthode

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