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;
        }