Amazon.ECS.Model.ItemAttributes.WithTotalMetalWeight C# (CSharp) Метод

WithTotalMetalWeight() публичный Метод

Sets the TotalMetalWeight property
public WithTotalMetalWeight ( DecimalWithUnits totalMetalWeight ) : ItemAttributes
totalMetalWeight DecimalWithUnits TotalMetalWeight property
Результат ItemAttributes
        public ItemAttributes WithTotalMetalWeight(DecimalWithUnits totalMetalWeight)
        {
            this.totalMetalWeightField = totalMetalWeight;
            return this;
        }
ItemAttributes