Amazon.ECS.Model.Image.WithWidth C# (CSharp) Метод

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

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : Image
width DecimalWithUnits Width property
Результат Image
        public Image WithWidth(DecimalWithUnits width)
        {
            this.widthField = width;
            return this;
        }