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

WithWidth() public method

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