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

WithWidth() public method

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : PackageDimensions
width DecimalWithUnits Width property
return PackageDimensions
        public PackageDimensions WithWidth(DecimalWithUnits width)
        {
            this.widthField = width;
            return this;
        }