Amazon.ECS.Model.ItemDimensions.WithHeight C# (CSharp) Метод

WithHeight() публичный Метод

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : ItemDimensions
height DecimalWithUnits Height property
Результат ItemDimensions
        public ItemDimensions WithHeight(DecimalWithUnits height)
        {
            this.heightField = height;
            return this;
        }