Amazon.ECS.Model.MerchantItemAttributes.WithTotalMetalWeight C# (CSharp) 메소드

WithTotalMetalWeight() 공개 메소드

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