Amazon.ECS.Model.ItemDimensions.WithWeight C# (CSharp) Метод

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

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : ItemDimensions
weight DecimalWithUnits Weight property
Результат ItemDimensions
        public ItemDimensions WithWeight(DecimalWithUnits weight)
        {
            this.weightField = weight;
            return this;
        }