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

WithTotalMetalWeight() public méthode

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