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