Amazon.ECS.Model.PackageDimensions.WithWeight C# (CSharp) Method

WithWeight() public method

Sets the Weight property
public WithWeight ( DecimalWithUnits weight ) : PackageDimensions
weight DecimalWithUnits Weight property
return PackageDimensions
        public PackageDimensions WithWeight(DecimalWithUnits weight)
        {
            this.weightField = weight;
            return this;
        }