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;
        }