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

WithWeight() public method

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