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

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

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