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

WithTotalDiamondWeight() 공개 메소드

Sets the TotalDiamondWeight property
public WithTotalDiamondWeight ( DecimalWithUnits totalDiamondWeight ) : MerchantItemAttributes
totalDiamondWeight DecimalWithUnits TotalDiamondWeight property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTotalDiamondWeight(DecimalWithUnits totalDiamondWeight)
        {
            this.totalDiamondWeightField = totalDiamondWeight;
            return this;
        }
MerchantItemAttributes