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

WithWidth() 공개 메소드

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