Amazon.ECS.Model.NonNegativeIntegerWithUnits.WithUnits C# (CSharp) 메소드

WithUnits() 공개 메소드

Sets the Units property
public WithUnits ( String units ) : NonNegativeIntegerWithUnits
units String Units property
리턴 NonNegativeIntegerWithUnits
        public NonNegativeIntegerWithUnits WithUnits(String units)
        {
            this.unitsField = units;
            return this;
        }