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

WithWidth() public method

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