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

WithHeight() public method

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : PackageDimensions
height DecimalWithUnits Height property
return PackageDimensions
        public PackageDimensions WithHeight(DecimalWithUnits height)
        {
            this.heightField = height;
            return this;
        }