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

WithValue() 공개 메소드

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