Amazon.ECS.Model.PackageDimensions.WithWidth C# (CSharp) Méthode

WithWidth() public méthode

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