Amazon.ECS.Model.MerchantItemAttributes.WithTotalGemWeight C# (CSharp) Method

WithTotalGemWeight() public method

Sets the TotalGemWeight property
public WithTotalGemWeight ( DecimalWithUnits totalGemWeight ) : MerchantItemAttributes
totalGemWeight DecimalWithUnits TotalGemWeight property
return MerchantItemAttributes
        public MerchantItemAttributes WithTotalGemWeight(DecimalWithUnits totalGemWeight)
        {
            this.totalGemWeightField = totalGemWeight;
            return this;
        }
MerchantItemAttributes