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

WithTotalMetalWeight() public method

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