Amazon.ECS.Model.MerchantItemAttributes.WithTotalGemWeight C# (CSharp) Méthode

WithTotalGemWeight() public méthode

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