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

WithValue() 공개 메소드

Sets the Value property
public WithValue ( Decimal value ) : NonNegativeIntegerWithUnits
value Decimal Value property
리턴 NonNegativeIntegerWithUnits
        public NonNegativeIntegerWithUnits WithValue(Decimal value)
        {
            this.valueField = value;
            return this;
        }