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

WithValue() 공개 메소드

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