Amazon.ECS.Model.PackageDimensions.WithWidth C# (CSharp) 메소드

WithWidth() 공개 메소드

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