Amazon.ECS.Model.Creator.WithValue C# (CSharp) Method

WithValue() public method

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