Amazon.ECS.Model.ItemAttributes.WithTotalGemWeight C# (CSharp) Метод

WithTotalGemWeight() публичный Метод

Sets the TotalGemWeight property
public WithTotalGemWeight ( DecimalWithUnits totalGemWeight ) : ItemAttributes
totalGemWeight DecimalWithUnits TotalGemWeight property
Результат ItemAttributes
        public ItemAttributes WithTotalGemWeight(DecimalWithUnits totalGemWeight)
        {
            this.totalGemWeightField = totalGemWeight;
            return this;
        }
ItemAttributes