Amazon.ECS.Model.Creator.WithValue C# (CSharp) Метод

WithValue() публичный Метод

Sets the Value property
public WithValue ( String value ) : Creator
value String Value property
Результат Creator
        public Creator WithValue(String value)
        {
            this.valueField = value;
            return this;
        }