Amazon.ECS.Model.PackageDimensions.WithWeight C# (CSharp) Méthode

WithWeight() public méthode

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